Skip to content

Commit b1824ad

Browse files
More network monitoring
Changes: - Monitor proxy server changes - Monitor writing Office macro documents - ngen/ngentask filtering - Now monitoring net.exe, sec.exe, qwinstal.exe, and sensitive ports, thanks to @ion-storm - Cleaned up NamedPipe area in sysmonconfig - Adding extra-NamedPipes.xml to show what I'm testing internally
1 parent 9c0e37c commit b1824ad

File tree

2 files changed

+69
-28
lines changed

2 files changed

+69
-28
lines changed

extra-NamedPipes.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--Addendum file for sysmon-config.xml which enables PipeEvent monitoring when merged. Currently under development.-->
2+
3+
<PipeEvent onmatch="exclude">
4+
<!--COMMENT: Exclude known-good pipe users-->
5+
<!--ADDITIONAL REFERENCE: [ https://www.cobaltstrike.com/help-smb-beacon ] -->
6+
<!--ADDITIONAL REFERENCE: [ https://blog.cobaltstrike.com/2015/10/07/named-pipe-pivoting/ ] -->
7+
<!--SECTION: Microsoft-->
8+
<Image condition="begin with">C:\Windows\SystemApps\Microsoft.Windows</Image>
9+
<Image condition="is">C:\Windows\system32\SearchProtocolHost.exe</Image>
10+
<Image condition="is">C:\Windows\Microsoft.NET\Framework\v4.0.30319\ngen.exe</Image>
11+
<Image condition="is">C:\Windows\Microsoft.NET\Framework64\v4.0.30319\ngen.exe</Image>
12+
<!--SECTION: Webroot-->
13+
<PipeName condition="is">\WRSVCPipe</PipeName>
14+
<PipeName condition="is">\WRSynUM2</PipeName>
15+
<Image condition="is">C:\Program Files (x86)\Webroot\WRSA.exe</Image>
16+
<!--SECTION: Google-->
17+
<Image condition="is">C:\Program Files (x86)\Google\Chrome\Application\chrome.exe</Image>
18+
<Image condition="is">C:\Program Files (x86)\Google\Update\GoogleUpdate.exe</Image>
19+
<!--SECTION: Other-->
20+
<Image condition="end with">slack.exe</Image>
21+
</PipeEvent>

0 commit comments

Comments
 (0)