While analyzing Zeek conn.log entries, an analyst observes thousands of short-duration (< 1 second) connections from one internal host to 254 unique internal IPs on port 445. What does this traffic pattern most likely indicate?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because rapid sequential connections to 254 hosts on a single port in sub-second durations is a classic host-sweep (horizontal scan) pattern on the SMB port, indicating an attacker or worm enumerating targets for lateral movement. A is wrong because legitimate SMB browsing does not contact 254 unique hosts in rapid succession.
Full explanation below image
Full Explanation
B is correct because rapid sequential connections to 254 hosts on a single port in sub-second durations is a classic host-sweep (horizontal scan) pattern on the SMB port, indicating an attacker or worm enumerating targets for lateral movement. A is wrong because legitimate SMB browsing does not contact 254 unique hosts in rapid succession. C is wrong because backup agents contact a single backup server, not the entire subnet. D is wrong because mDNS uses UDP port 5353, not TCP port 445.