Skip to content

Commit 65b8a44

Browse files
Merge pull request #5 from Lennaert89/master
Create OAlerts_300.map
2 parents 7781d70 + 9b119ff commit 65b8a44

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

evtx/Maps/OAlerts_300.map

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
Author: Lennaert Oudshoorn @lennaert89
2+
Description: OAlerts 300 event
3+
EventId: 300
4+
Channel: OAlerts
5+
Maps:
6+
-
7+
Property: PayloadData1
8+
PropertyValue: "Program: %PayloadData1%"
9+
Values:
10+
-
11+
Name: PayloadData1
12+
Value: "/Event/EventData/Data"
13+
Refine: "^(.*)"
14+
-
15+
Property: PayloadData2
16+
PropertyValue: "Alert: %PayloadData2%"
17+
Values:
18+
-
19+
Name: PayloadData2
20+
Value: "/Event/EventData/Data"
21+
Refine: "(?<=, )[^,\\d]+(?=,)"
22+
# Valid properties include:
23+
# UserName
24+
# RemoteHost
25+
# ExecutableInfo --> used for things like process command line, scheduled task, info from service install, etc.
26+
# PayloadData1 through PayloadData6
27+
# Example XML, from Dutch office:
28+
#<Event>
29+
# <System>
30+
# <Provider Name="Microsoft Office 16 Alerts" />
31+
# <EventID Qualifiers="0">300</EventID>
32+
# <Level>4</Level>
33+
# <Task>0</Task>
34+
# <Keywords>0x80000000000000</Keywords>
35+
# <TimeCreated SystemTime="2019-03-27 13:58:42.5609578" />
36+
# <EventRecordID>7</EventRecordID>
37+
# <Channel>OAlerts</Channel>
38+
# <Computer>FOR-LT03</Computer>
39+
# <Security />
40+
# </System>
41+
# <EventData>
42+
# <Data>Microsoft Excel
43+
#, Wilt u de wijzigingen in full_application_event_log.csv opslaan?
44+
#, 100216
45+
#, 16.0.4822.1000
46+
#,
47+
#,
48+
#</Data>
49+
# <Binary></Binary>
50+
# </EventData>
51+
#</Event>

0 commit comments

Comments
 (0)