tmsh show ltm rule honeypot_*
What’s this?
Table of Contents
This conatains the low interaction honeypot.
Steps to deploy
Import iRules
Login into the TMUI, Import the Honeypot iRules: honeypot_http.tcl, honeypot_tcp.tcl, honeypot_udp.tcl.
Execute the following commands to show all imported honeypot irules
Prepare Ips and vlan
Put all honeypot used IPs and vlan mapping to a file, each line has one map, below is a example.
Example
$ echo "10.1.10.35|36|37 vlan01" >> test.1
$ echo "10.1.10.45|46 vlan02" >> test.1
$ cat test.1
10.1.10.35|36|37 vlan01
10.1.10.45|46 vlan02
Note
|
10.1.10.35|36|37 vlan01 means in valn01 there has 3 ips(10.1.10.35, 10.1.10.36, 10.1.10.37) are usede by honenypot.
|
Generate Honeypot initial bash scripts
This section use a tools to generate honeypot initial bash scripts.
Refer to 链接 for more details.