Skip to content

Commit

Permalink
Windows Security Center State Changed Map
Browse files Browse the repository at this point in the history
  • Loading branch information
reece394 authored Jun 7, 2024
1 parent 836a2af commit eb5935e
Showing 1 changed file with 45 additions and 0 deletions.
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>

0 comments on commit eb5935e

Please sign in to comment.