A security analyst investigates a SIEM alert triggered by a Network Traffic Analysis (NTA) sensor monitoring an internal enterprise workstation subnet. The flow log snippet displays the following sequential network events:
Timestamp: 2026-07-27T14:02:11Z | SrcIP: 10.0.4.15 | DstIP: 192.168.1.50 | DstPort: 445 | Protocol: TCP | Flags: SYN
Timestamp: 2026-07-27T14:02:11Z | SrcIP: 10.0.4.15 | DstIP: 192.168.1.51 | DstPort: 445 | Protocol: TCP | Flags: SYN
Timestamp: 2026-07-27T14:02:11Z | SrcIP: 10.0.4.15 | DstIP: 192.168.1.52 | DstPort: 445 | Protocol: TCP | Flags: SYN
Timestamp: 2026-07-27T14:02:12Z | SrcIP: 10.0.4.15 | DstIP: 192.168.1.53 | DstPort: 445 | Protocol: TCP | Flags: SYN
Based on the network security monitoring logs, which of the following actions should the analyst take first to address this threat?
- AReconfigure the NTA sensor to act as an inline honeypot that actively drops all TCP port 445 traffic across the workstation subnet.
- Isolate host 10.0.4.15 from the network to contain automated lateral movement reconnaissance.Answer
- CUpdate perimeter edge firewall rules to block inbound TCP port 445 traffic from external internet addresses.
- DDocument the alert as a detective control functioning to automatically block password brute-force attempts.