Windows Firewall service started.
Normal boot-time event. Unexpected starts after a stop (5025) may indicate firewall was disabled and re-enabled.
Use with 5025 for firewall availability timeline.
SubjectUserNameTargetUserNameLogonTypeIpAddressWorkstationName Starting points — adapt the log source, projected fields and thresholds for your environment.
SecurityEvent
| where EventID == 5024 // The Windows Firewall Service has started successfully
| project TimeGenerated, Computer, SubjectUserName, TargetUserName, LogonType, IpAddress, WorkstationName
| sort by TimeGenerated desc
index=* sourcetype="WinEventLog:Security" EventCode=5024
| stats count earliest(_time) as first_seen latest(_time) as last_seen by ComputerName
| sort - count `# The Windows Firewall Service has started successfully — add EventData fields: SubjectUserName, TargetUserName, LogonType, IpAddress`
The Windows Firewall Service has started successfully. Windows Firewall service started.
Event 5024 is written to the Security channel by Microsoft-Windows-Security-Auditing. Advanced Audit Policy — enable the 'Windows Firewall' subcategory (Success and/or Failure).
Use with 5025 for firewall availability timeline.