Your organization uses Microsoft Sentinel to monitor hybrid workloads. You need to design a solution to detect lateral movement attempts from compromised on-premises servers to Azure VMs. Which data connector should you prioritize?
Trap 1: Syslog via AMA
Syslog via AMA is not suitable for this use case because Syslog is a standard for logging on Linux systems and network devices, not for Windows operating system security events. While Windows can be configured to forward logs via Syslog through third-party agents, the Azure Monitor Agent (AMA) does not natively collect Windows Security log entries through the Syslog protocol. To detect lateral movement on Windows hybrid identities, you need authentication-related event IDs such as 4624 and 4625, which are found in the Windows Security log, not in Syslog streams.
Trap 2: Office 365 Logs
Office 365 Logs are cloud-only audit logs that capture activities from Microsoft 365 services like Exchange Online, SharePoint, and Teams. They do not include on-premises or virtual machine authentication events, such as user logons to domain controllers or Windows servers. Therefore, they cannot provide the security event data needed to detect lateral movement across on-premises or hybrid-joined Windows machines. This option fundamentally misses the OS-level sign-in telemetry required for the scenario.
Trap 3: Azure Activity Log
Azure Activity Log provides subscription-level resource management events, such as creating or deleting Azure resources and starting or stopping VMs. It does not capture guest OS-level security events, including authentication attempts or processes running inside a virtual machine. Consequently, it cannot reveal lateral movement within your on-premises or hybrid-joined Windows environment. To monitor Windows sign-ins and other OS-level activities, you must rely on Windows Security Events collected by Azure Monitor Agent (AMA).
- A
Syslog via AMA
Why wrong: Syslog via AMA is not suitable for this use case because Syslog is a standard for logging on Linux systems and network devices, not for Windows operating system security events. While Windows can be configured to forward logs via Syslog through third-party agents, the Azure Monitor Agent (AMA) does not natively collect Windows Security log entries through the Syslog protocol. To detect lateral movement on Windows hybrid identities, you need authentication-related event IDs such as 4624 and 4625, which are found in the Windows Security log, not in Syslog streams.
- B
Office 365 Logs
Why wrong: Office 365 Logs are cloud-only audit logs that capture activities from Microsoft 365 services like Exchange Online, SharePoint, and Teams. They do not include on-premises or virtual machine authentication events, such as user logons to domain controllers or Windows servers. Therefore, they cannot provide the security event data needed to detect lateral movement across on-premises or hybrid-joined Windows machines. This option fundamentally misses the OS-level sign-in telemetry required for the scenario.
- C
Windows Security Events via AMA
Windows Security Events via AMA is the correct choice because the Azure Monitor Agent can collect Windows Security log entries from on-premises and Azure Arc-enabled Windows servers. These events include critical authentication-related event IDs like 4624 (successful logon), 4625 (failed logon), and 4768 (Kerberos ticket request), which are essential for detecting lateral movement. The data can be streamed directly to Microsoft Sentinel, allowing analysts to build detections for suspicious logon patterns and pass-the-hash attacks across hybrid identities.
- D
Azure Activity Log
Why wrong: Azure Activity Log provides subscription-level resource management events, such as creating or deleting Azure resources and starting or stopping VMs. It does not capture guest OS-level security events, including authentication attempts or processes running inside a virtual machine. Consequently, it cannot reveal lateral movement within your on-premises or hybrid-joined Windows environment. To monitor Windows sign-ins and other OS-level activities, you must rely on Windows Security Events collected by Azure Monitor Agent (AMA).