Windows Event Logs
Connect Windows Event Logs to Radiant Security to forward DHCP, DNS, and Windows server event logs through a Radiant Agent for AI triage.
Windows Event Logs are the structured records generated by Windows servers and workstations covering authentication, process activity, system changes, and audit policy events. Connecting Windows Event Logs forwards these events to Radiant Security through a Radiant Agent.
To send Radiant a Windows data feed not listed in this article, contact your Customer Success Manager at support@radiantsecurity.ai.
Windows servers generate events but not alerts. If you have not connected an alert source yet, onboard one so Radiant can triage alerts in context with the event logs collected from your Windows servers.
Prerequisites
Add the data connector in Radiant Security
Sign in to Radiant Security.
From the navigation menu, click Settings > Data Connectors, then click + Add Connector.
Search for and select Radiant Agent, then click Data Feeds.
Under Select your data feeds, select the Windows event data feeds to forward to Radiant, then click Credentials.
Under Credential Name, enter an identifiable name for the Radiant Agent integration (e.g.,
Radiant Agent Integration). To reuse an existing Radiant Agent credential, select it from the drop-down menu.In the Connector tag field, optionally enter any value.
Click Add Connector.
Configure Windows event forwarding
Each Windows server or workstation must be configured to generate the necessary audit events before the Radiant Agent can forward them. Apply the policy changes below on each system. If your organization manages security settings through Group Policy Objects (GPO), apply the same changes within the GPO to keep settings consistent across all systems and prevent domain policies from overwriting local settings.
Open the Local Security Policy: press
Win + R, then entersecpol.msc.Navigate to Computer Configuration > Windows Settings > Security Settings > Local Policies > Audit Policy, then enable both Success and Failure for the following policies:
Audit account logon events
Audit account management
Audit logon events
Audit privilege use
Audit process tracking
Audit policy change
Navigate to Computer Configuration > Windows Settings > Security Settings > Advanced Audit Policy Configuration > Audit Policies, then configure the following:
Under Detailed Tracking, set Audit Process Creation to Success and Failure.
Under Object Access, set Audit File System to Success and Failure.
Under Object Access, set Audit Registry to Success and Failure.
Enable Windows PowerShell logging. Navigate to Computer Configuration > Administrative Templates > Windows Components > Windows PowerShell, then configure the following:
Under Module Logging, set to Enabled and enter
*in the Module Names field to audit all modules.Set PowerShell Script Block Logging to Enabled.
Cap the PowerShell script log size at 150 MB. Navigate to Computer Configuration > Preferences > Windows Settings > Registry, then add a new registry key (New > Registry Item) with the following values:
Hive:
HKEY_LOCAL_MACHINEKey Path:
SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\WINEVT\\ Channels\\Microsoft-Windows-PowerShell\\OperationalValue Name:
MaxSizeValue Type:
REG_DWORDValue Data:
153616384Base:
Decimal
Click Apply.
Verify ingestion
After Windows begins forwarding, confirm events are reaching Radiant.
In Radiant, navigate to Log Management.
Filter by the
rs_connectorTypefor each data feed you enabled:
Microsoft Windows Application Events
rs_connectorType:"microsoft_windows_application"
Microsoft DHCP Events
rs_connectorType:"microsoft_dhcp"
Microsoft DNS Events
rs_connectorType:"microsoft_dns"
Microsoft Windows Forwarded Events
rs_connectorType:"microsoft_windows_forwarded_events"
Microsoft Windows IIS Events
rs_connectorType:"microsoft_windows_iis"
Microsoft Windows Security Events
rs_connectorType:"microsoft_windows_security"
Microsoft Windows Setup Events
rs_connectorType:"microsoft_windows_setup"
Microsoft Windows System Events
rs_connectorType:"microsoft_windows_system"
Confirm recent events appear for each enabled feed.
Allow several minutes for events to be parsed, indexed, and available for search.
Last updated
Was this helpful?