Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified Firewall Event Log #157

Merged
merged 4 commits into from
Jul 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,16 +1,31 @@
Author: Hyun Yi @hyuunnn
Description: The firewall has enabled/disabled.
Author: Hyun Yi @hyuunnn, Tony Knutson
Description: The firewall has enabled/disabled
EventId: 2003
Channel: Microsoft-Windows-Windows Firewall With Advanced Security/Firewall
Provider: Microsoft-Windows-Windows Firewall With Advanced Security
Maps:
-
Property: ExecutableInfo
PropertyValue: "%ModifyingApplication%"
Values:
-
Name: ModifyingApplication
Value: "/Event/EventData/Data[@Name=\"ModifyingApplication\"]"
-
Property: Username
PropertyValue: "%ModifyingUser%"
Values:
-
Name: ModifyingUser
Value: "/Event/EventData/Data[@Name=\"ModifyingUser\"]"
-
Property: PayloadData1
PropertyValue: "SettingValue: %SettingValue%"
Values:
-
Name: SettingValue
Value: "/Event/EventData/Data[@Name=\"SettingValue\"]"

Lookups:
-
Name: SettingValue
Expand Down