Update and rename 700100-socfortress_added.xml to 800100-socfortress_added.xml

This commit is contained in:
taylor_socfortress
2025-07-02 18:05:16 -05:00
committed by GitHub
parent 9ea52b133c
commit 8642120fda

View File

@@ -1,12 +1,12 @@
<group name="socfortress,"> <group name="socfortress,">
<!-- ETW Tampering https://blog.palantir.com/tampering-with-windows-event-tracing-background-offense-and-defense-4be7ac62ac63 --> <!-- ETW Tampering https://blog.palantir.com/tampering-with-windows-event-tracing-background-offense-and-defense-4be7ac62ac63 -->
<rule id="700100" level="13"> <rule id="800100" level="13">
<if_sid>100541</if_sid> <if_sid>100541</if_sid>
<field name="win.eventdata.scriptBlockText" type="pcre2">(?i)^Remove-EtwTraceProvider|^Set-EtwTraceProvider|^logman update</field> <field name="win.eventdata.scriptBlockText" type="pcre2">(?i)^Remove-EtwTraceProvider|^Set-EtwTraceProvider|^logman update</field>
<description>ETW Tampering Technique was ran.</description> <description>ETW Tampering Technique was ran.</description>
<group>powershell,etw_tampering,</group> <group>powershell,etw_tampering,</group>
</rule> </rule>
<rule id="700101" level="13"> <rule id="800101" level="13">
<if_sid>100127</if_sid> <if_sid>100127</if_sid>
<field name="win.eventdata.commandLine" type="pcre2">(?i)^Remove-EtwTraceProvider|^Set-EtwTraceProvider|^logman update</field> <field name="win.eventdata.commandLine" type="pcre2">(?i)^Remove-EtwTraceProvider|^Set-EtwTraceProvider|^logman update</field>
<description>ETW Tampering Technique was ran.</description> <description>ETW Tampering Technique was ran.</description>