Skip to content

Commit 3ee2322

Browse files
Merge pull request #178 from AndrewRathbun/master
Added Application_MsiInstaller_1040 and 1042
2 parents 441bce3 + 22da30d commit 3ee2322

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Author: Andrew Rathbun
2+
Description: Installer Started
3+
EventId: 1040
4+
Channel: Application
5+
Provider: "MsiInstaller"
6+
Maps:
7+
-
8+
Property: ExecutableInfo
9+
PropertyValue: "%ExecutableInfo%"
10+
Values:
11+
-
12+
Name: ExecutableInfo
13+
Value: "/Event/EventData/Data"
14+
Refine: ^[\w,\s-]+\.[A-Za-z]{3}$
15+
16+
# Documentation
17+
# https://docs.logrhythm.com/docs/devices/ms-windows-event-log-sources/ms-windows-event-logging-xml-application/evid-1040-1042-msiinstaller
18+
#
19+
# <Event>
20+
# <System>
21+
# <Provider Name="MsiInstaller" />
22+
# <EventID Qualifiers="0">1040</EventID>
23+
# <Version>0</Version>
24+
# <Level>4</Level>
25+
# <Task>0</Task>
26+
# <Opcode>0</Opcode>
27+
# <Keywords>0x80000000000000</Keywords>
28+
# <TimeCreated SystemTime="2021-11-08 18:50:46.8840358" />
29+
# <EventRecordID>44245</EventRecordID>
30+
# <Correlation />
31+
# <Execution ProcessID="17924" ThreadID="0" />
32+
# <Channel>Application</Channel>
33+
# <Computer>hostname</Computer>
34+
# <Security UserID="S-1-5-18" />
35+
# </System>
36+
# <EventData>
37+
# <Data>C:\Program Files (x86)\Dropbox\Update\1.3.547.1\DropboxUpdateHelper.msi, 1872, (NULL), (NULL), (NULL), (NULL)</Data>
38+
# <Binary></Binary>
39+
# </EventData>
40+
# </Event>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
Author: Andrew Rathbun
2+
Description: Installer Exited
3+
EventId: 1042
4+
Channel: Application
5+
Provider: "MsiInstaller"
6+
Maps:
7+
-
8+
Property: ExecutableInfo
9+
PropertyValue: "%ExecutableInfo%"
10+
Values:
11+
-
12+
Name: ExecutableInfo
13+
Value: "/Event/EventData/Data"
14+
Refine: ^[\w,\s-]+\.[A-Za-z]{3}$
15+
16+
# Documentation
17+
# https://docs.logrhythm.com/docs/devices/ms-windows-event-log-sources/ms-windows-event-logging-xml-application/evid-1040-1042-msiinstaller
18+
#
19+
# <Event>
20+
# <System>
21+
# <Provider Name="MsiInstaller" />
22+
# <EventID Qualifiers="0">1042</EventID>
23+
# <Version>0</Version>
24+
# <Level>4</Level>
25+
# <Task>0</Task>
26+
# <Opcode>0</Opcode>
27+
# <Keywords>0x80000000000000</Keywords>
28+
# <TimeCreated SystemTime="2021-10-19 20:08:07.0705421" />
29+
# <EventRecordID>40856</EventRecordID>
30+
# <Correlation />
31+
# <Execution ProcessID="38288" ThreadID="0" />
32+
# <Channel>Application</Channel>
33+
# <Computer>hostname</Computer>
34+
# <Security UserID="S-1-5-18" />
35+
# </System>
36+
# <EventData>
37+
# <Data>c:\program files\microsoft office\root\integration\c2rint.16.msi, 20616, (NULL), (NULL), (NULL), (NULL)</Data>
38+
# <Binary></Binary>
39+
# </EventData>
40+
# </Event>

0 commit comments

Comments
 (0)