Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix logon alerts triggering #304

Merged
merged 3 commits into from
Mar 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions rules/0220-msauth_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1145,6 +1145,15 @@
</rule>

<rule id="20019" level="3">
<if_sid>20007</if_sid>
<field name="win.eventdata.workstationName">\.+</field>
<field name="win.eventdata.logonType">^2$</field>
<description>Windows Workstation Logon Success</description>
<options>no_full_log</options>
<group>authentication_success,pci_dss_10.2.5,gpg13_7.1,gpg13_7.2,gdpr_IV_32.2,</group>
</rule>

<rule id="20020" level="3">
<if_sid>20007</if_sid>
<options>alert_by_email</options>
<if_fts />
Expand All @@ -1153,7 +1162,7 @@
<group>authentication_success,pci_dss_10.2.5,gpg13_7.1,gpg13_7.2,gdpr_IV_32.2,</group>
</rule>

<rule id="20020" level="0">
<rule id="20021" level="0">
<if_sid>20005</if_sid>
<field name="win.system.eventID">^680$</field>
<description>Windows login attempt (ignored). Duplicated</description>
Expand Down Expand Up @@ -1907,7 +1916,7 @@
<rule id="20166" level="3">
<if_sid>20007</if_sid>
<field name="win.system.eventID">^4624$</field>
<field name="win.eventdata.logonType">8</field>
<field name="win.eventdata.logonType">^8$</field>
<description>MS Exchange Logon Success</description>
<options>no_full_log</options>
<group>pci_dss_10.2.5,gpg13_7.1,gpg13_7.2,gdpr_IV_32.2,</group>
Expand All @@ -1916,7 +1925,7 @@
<rule id="20167" level="0">
<if_sid>20049</if_sid>
<field name="win.system.eventID">^4634$</field>
<field name="win.eventdata.logonType">8</field>
<field name="win.eventdata.logonType">^8$</field>
<description>MS Exchange User Logoff</description>
<options>no_full_log</options>
<group>pci_dss_10.2.5,gpg13_7.1,gpg13_7.2,gdpr_IV_32.2,</group>
Expand Down