PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Probleme mit honeyd



Odzilla
06.05.04, 17:35
Hi,

Ich versuche schon seit einigen Tagen ein kleines Honeynet mit Honeyd hinzubekommen.
Bisher leider ohne Erfolg :(.

Hab schon bei der Mailingliste von honeyd angefragt, die konnten mir aber leider nicht helfen.

Mein Problem:
Die Honeypots antworten nicht auf Pings und sind auch sonst nicht erreichbar, obwohl ich die Routing-Table entsprechend angepasst hab.

System:
alter AMD mit 400MHz
Debian mit standart Kernel
neustes Honeyd

Honeyd.conf:

route entry 10.0.0.100 network 10.0.0.0/24
route 10.0.0.100 link 10.0.1.0/24

route 10.0.0.100 add net 10.0.2.0/24 10.0.1.100 latency 50ms loss 0.1
route 10.0.1.100 link 10.0.2.0/24

create iis_windows
set iis_windows personality "Microsoft Windows 2000 SP1"
add iis_windows tcp port 80 "/usr/share/honeyd/scripts/win32/win2k/iis.sh"
add iis_windows tcp port 139 open
add iis_windows tcp port 137 open
add iis_windows udp port 137 open
add iis_windows udp port 135 open
set iis_windows default tcp action reset
set iis_windows default udp action reset

create windows_xp
set windows_xp personality "Microsoft Windows XP SP1"
add windows_xp tcp port 21 "/usr/share/honeyd/scripts/win32/win2k/msftp.sh"
add windows_xp tcp port 139 open
add windows_xp tcp port 137 open
add windows_xp udp port 137 open
add windows_xp udp port 135 open
set windows_xp default tcp action reset
set windows_xp default udp action reset

create linux2.4
set linux2.4 personality "Linux 2.4.7 (X86)"
add linux2.4 tcp port 21 "/usr/share/honeyd/scripts/unix/linux/ftp.sh"
set linux2.4 default tcp action reset
set linux2.4 default udp action reset

create suse
set suse personality "Linux kernel 2.2.13 (SuSE; X86)"
add suse tcp port 79 "/usr/share/honeyd/scripts/unix/linux/suse7.0/fingerd.sh"
add suse tcp port 23 "/usr/share/honeyd/scripts/unix/linux/suse7.0/telnetd.sh"
add suse tcp port 22 "/usr/share/honeyd/scripts/unix/linux/suse7.0/ssh.sh"
set suse default tcp action reset
set suse default udp action reset

bind 10.0.1.1 iis_windows
bind 10.0.1.2 windows_xp
bind 10.0.1.3 windows_xp
bind 10.0.1.4 windows_xp
bind 10.0.2.1 linux2.4
bind 10.0.2.2 suse

create router
set router personality "Cisco IOS 12.0(5)WC3 - 12.0(16a)"
add router tcp port 23 "perl /usr/share/honeyd/scripts/router-telnet.pl"
set router default tcp action reset
set router default udp action reset
set router uid 32767 gid 32767
set router uptime 1327650

bind 10.0.0.100 router
bind 10.0.1.100 router

Weis jemand Rat ?

Odzilla
28.05.04, 20:36
Ok, habs nun auch endlich geschafft ;)

Falls jemand anderes das Problem mal haben sollte:

Wenn man statt eines Physischen Interfaces das Loopback Device verwendet, gehts.
Leider hab ich keine Erklärung, warum. Aber ehrlichgesagt ist mir das ziemlich wurscht, Hauptsache es geht ;)

mfg Odzilla