Skip to content

Commit

Permalink
Update eventchannel fields
Browse files Browse the repository at this point in the history
  • Loading branch information
cristgl authored and chemamartinez committed Feb 26, 2019
1 parent 27e2d9b commit 62ac84a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rules/0220-msauth_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1925,23 +1925,23 @@
<!-- Composite rules -->
<rule id="20085" level="10" frequency="$MS_FREQ" timeframe="240">
<if_matched_sid>20008</if_matched_sid>
<same_field>EventChannel.EventData.TargetUserName</same_field>
<same_field>win.eventdata.targetUserName</same_field>
<description>Windows: Multiple failed attempts to perform a privileged operation by the same user</description>
<options>no_full_log</options>
<group>pci_dss_10.2.4,pci_dss_10.2.5,pci_dss_11.4,gdpr_IV_35.7.d,gdpr_IV_32.2,</group>
</rule>

<rule id="20086" level="10" frequency="$MS_FREQ" timeframe="240">
<if_matched_group>win_authentication_failed</if_matched_group>
<same_field>EventChannel.EventData.IpAddress</same_field>
<same_field>win.eventdata.ipAddress</same_field>
<description>Multiple Windows Logon Failures</description>
<options>no_full_log</options>
<group>authentication_failures,pci_dss_10.2.4,pci_dss_10.2.5,pci_dss_11.4,gdpr_IV_35.7.d,gdpr_IV_32.2,</group>
</rule>

<rule id="20087" level="10" frequency="$MS_FREQ" timeframe="240">
<if_matched_sid>20005</if_matched_sid>
<same_field>EventChannel.EventData.IpAddress</same_field>
<same_field>win.eventdata.ipAddress</same_field>
<description>Multiple Windows audit failure events</description>
<options>no_full_log</options>
<group>pci_dss_10.6.1,gdpr_IV_35.7.d,</group>
Expand Down

0 comments on commit 62ac84a

Please sign in to comment.