mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
Revert "Adding module load monitoring for vaultcli.dll (#110)"
This reverts commit fa456c4adb.
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
<Sysmon schemaversion="4.30">
|
||||
<EventFiltering>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<ImageLoad onmatch="exclude">
|
||||
<Rule groupRelation="and">
|
||||
<Image condition="is">C:\Windows\System32\VaultCmd.exe</Image>
|
||||
<OriginalFileName condition="is">vaultcli.dll</OriginalFileName>
|
||||
</Rule>
|
||||
</ImageLoad>
|
||||
</RuleGroup>
|
||||
</EventFiltering>
|
||||
</Sysmon>
|
||||
@@ -1,9 +0,0 @@
|
||||
<Sysmon schemaversion="4.30">
|
||||
<EventFiltering>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<ImageLoad onmatch="include">
|
||||
<ImageLoaded name="technique_id=T1555,technique_name=Credentials from Password Stores" condition="end with">vaultcli.dll</ImageLoaded>
|
||||
</ImageLoad>
|
||||
</RuleGroup>
|
||||
</EventFiltering>
|
||||
</Sysmon>
|
||||
Reference in New Issue
Block a user