Skip to content

Commit eb7d699

Browse files
Merge pull request #251 from AndrewRathbun/master
Create Microsoft-Windows-Win32k-Operational_Microsoft-Windows-Win32k_…
2 parents 5492b7f + 60680f2 commit eb7d699

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Author: Andrew Rathbun
2+
Description: A program was executed
3+
EventId: 260
4+
Channel: Microsoft-Windows-Win32k/Operational
5+
Provider: Microsoft-Windows-Win32k
6+
Maps:
7+
-
8+
Property: PayloadData1
9+
PropertyValue: "Blocked: %Blocked%"
10+
Values:
11+
-
12+
Name: Blocked
13+
Value: "/Event/EventData/Data[@Name=\"Blocked\"]"
14+
-
15+
Property: ExecutableInfo
16+
PropertyValue: "%SourceProcessName%"
17+
Values:
18+
-
19+
Name: SourceProcessName
20+
Value: "/Event/EventData/Data[@Name=\"SourceProcessName\"]"
21+
22+
# Documentation:
23+
# N/A
24+
#
25+
# Example Event Data:
26+
# <Event>
27+
# <System>
28+
# <Provider Name="Microsoft-Windows-Win32k" Guid="8c416c79-d49b-4f01-a467-e56d3aa8234c" />
29+
# <EventID>260</EventID>
30+
# <Version>0</Version>
31+
# <Level>4</Level>
32+
# <Task>260</Task>
33+
# <Opcode>0</Opcode>
34+
# <Keywords>0x100000100000000</Keywords>
35+
# <TimeCreated SystemTime="2025-04-12 15:43:16.1867980" />
36+
# <EventRecordID>23456</EventRecordID>
37+
# <Correlation ActivityID="8c679c79-d49b-4f01-abcd-e56d3679234c" />
38+
# <Execution ProcessID="12148" ThreadID="19124" />
39+
# <Channel>Microsoft-Windows-Win32k/Operational</Channel>
40+
# <Computer>hostname.DOMAIN</Computer>
41+
# <Security UserID="S-1-5-21-123456789-123456789-123456789-123456" />
42+
# </System>
43+
# <EventData>
44+
# <Data Name="SourceProcessName">C:\Users\testuser\AppData\Roaming\MobaXterm\slash\bin\MobaRTE.exe</Data>
45+
# <Data Name="SourceType">1</Data>
46+
# <Data Name="FontSourcePath"></Data>
47+
# <Data Name="Blocked">True</Data>
48+
# </EventData>
49+
# </Event>

0 commit comments

Comments
 (0)