When conducting a hunt for lateral movement using MITRE ATT&CK T1021.001 (Remote Desktop Protocol), which log source is most effective for detecting anomalous RDP connections?
Trap 1: System Event ID 7045
7045 is for service installation.
Trap 2: Security Event ID 1102
1102 tracks audit log clearance.
Trap 3: Security Event ID 4624
4624 shows logins but does not distinguish RDP session details specifically enough for lateral movement hunting.
- A
System Event ID 7045
Why wrong: 7045 is for service installation.
- B
Microsoft-Windows-TerminalServices-LocalSessionManager/Operational Event ID 21
This log tracks successful session reconnections, a key indicator of RDP-based lateral movement.
- C
Security Event ID 1102
Why wrong: 1102 tracks audit log clearance.
- D
Security Event ID 4624
Why wrong: 4624 shows logins but does not distinguish RDP session details specifically enough for lateral movement hunting.