Skip to content

Commit 593ff86

Browse files
authored
Update Exchange_CVE_2021_26855.xml
added more IOCs
1 parent 9eb48e8 commit 593ff86

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

examples/Exchange_CVE_2021_26855.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and CVE-2021- based on exploitation from UNC2639, UNC2640, and UNC2643
1111
Changelog:
1212
1313
* 1.0 - Initial version.
14+
* 1.1 - additional IOCs added for files created.
1415
1516
Authors: Carlos Perez, [email protected]
1617
@@ -21,9 +22,18 @@ Authors: Carlos Perez, [email protected]
2122
<EventFiltering>
2223
<RuleGroup name="File Creation" groupRelation="or">
2324
<FileCreate onmatch="include">
25+
<!--Capture secondary files created in the folders where the webshells will be present-->
26+
<Rule name="File Creation in CAS Directory" groupRelation="and">
27+
<TargetFilename condition="contains any">\wwwroot\aspnet_client\;owa\auth;ecp\auth\;ClientAccess\Owa\;ClientAccess\Ecp\;ClientAccess\Oab\</TargetFilename>
28+
<Image condition="excludes any">w3wp.exe;UMWorkerProcess.exe;UMService.exe</Image>
29+
</Rule>
2430
<!--Capture file creation by known processes dropping webshells-->
2531
<Image name="w3wp.exe File Creation" condition="contains">w3wp.exe</Image>
2632
<Image name="UMWorkerProcess.exe File Creation" condition="contains">UMWorkerProcess.exe</Image>
33+
<Image name="UMWorkerProcess.exe File Creation" condition="contains">UMService.exe</Image>
34+
<!--Capture any scrip, dll or exe created outside of the webfolders-->
35+
<TargetFilename name="Executable File" condition="contains any">.bat;.cmd;.exe;.js;.vbs;.vbe;.dll;.ps1</TargetFilename>
36+
<TargetFilename name="Archive File Creation" condition="contains any">.rar;.zip;.7z;.js;.vbs;.vbe;.dll;.ps1</TargetFilename>
2737
</FileCreate>
2838
</RuleGroup>
2939
<RuleGroup name="" groupRelation="or">

0 commit comments

Comments
 (0)