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

Windows Security Center State Changed Map #237

Merged
merged 1 commit into from
Jun 8, 2024
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
45 changes: 45 additions & 0 deletions evtx/Maps/Application_SecurityCenter_15.map
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
Author: Reece394
Description: Windows Security Center State Changed
EventId: 15
Channel: Application
Provider: SecurityCenter
Maps:
-
Property: PayloadData1
PropertyValue: "Updated %Name% status successfully to %State%."
Values:
-
Name: Name
Value: "/Event/EventData/Data"
Refine: "^(.*?)(?=,)"
-
Name: State
Value: "/Event/EventData/Data"
Refine: "(?<=, ).*"

# Documentation:
# https://isc.sans.edu/diary/rss/30980
#
# Example Event Data:
# <Event>
# <System>
# <Provider Name="SecurityCenter" />
# <EventID Qualifiers="0">15</EventID>
# <Version>0</Version>
# <Level>4</Level>
# <Task>0</Task>
# <Opcode>0</Opcode>
# <Keywords>0x80000000000000</Keywords>
# <TimeCreated SystemTime="2024-06-01 01:50:28.8518116" />
# <EventRecordID>418</EventRecordID>
# <Correlation />
# <Execution ProcessID="1160" ThreadID="0" />
# <Channel>Application</Channel>
# <Computer>DESKTOP-F3BMVE4</Computer>
# <Security />
# </System>
# <EventData>
# <Data>Windows Defender, SECURITY_PRODUCT_STATE_ON</Data>
# <Binary></Binary>
# </EventData>
# </Event>
Loading