|
Question N7 Was the honeypot compromised during the observed time period? How do you know?
|
Things To Look At Let's watch for OUTBOUND connection for a starter ? a honeypot should never contact outside autonomously. if it does, is likely to be the attacker that's in it, right ?
|
We need a graph of WHICH DAYS there was OUTBOUND TRAFFIC.
|
(21:01:39) Dani3l3: I would expect them to INITIATE a connection
|
(21:01:48) Dani3l3: we need SYN packets not just ACKs
|
Suspicious: reboot/change promiscuos mode/stop kernel logger on DailyFeb11
|
Other Info Moreover, the honeynet project told us that there were compromises:
|
[...] This month's challenge, sponsored by Anton Chuvakin, is to analyze a month's worth of honeynet IPtable firewall logs captured in the wild. All sorts of fun stuff happening, including several compromises. [...]
|
Which Honeypot Was Compromised Just ideas to check still:
|
Unique Sources of outbound traffic (SYN packets): 7
|
More details about which machines were active or not are analysed in LayoutHoney
|
When Was The Honeynet Compromised Comparison of the total traffic and the traffic from just 11.11.11.67
|
As you can see from the perfectly matching first big spike on the left, the Y axis is using a scale proportioned to the max value reported.
|
So what happens if we compare it / filter it also with just the total traffic initiated from the honeypot to outbound ( NotInbound) ?
|
This of course does not indicate on its own that a certain honeypot was compromised. But it definitly has helped greatly to spot strange activity. In a honeynet, ANY traffic is supicious by default, as it is no production system. Especially connections initiated by the honeypots going outside are suspicious, and usually indicate something is going on.
|
Anyway, spontaneouly outgoing traffic IS highly suspicious. Take a look at OutgSYN for more insights on compromises.
|
Also from the analysis of the TcpFlags we identified signs of compromises, in which machines in the honeynet send outside MULTICAST packets (Proto 2 is IGMP, thus multicast, and the destindation address is 224.0.0.1)!
|
This happens on the 3rd and on the 19th of February.
|
Related Pages
Related Pages With Graphs
|