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 1 commit
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
10 changes: 10 additions & 0 deletions rules/0220-msauth_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,16 @@
<options>no_full_log</options>
</rule>

<rule id="20021" level="3">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This alert can make the alert 20019 to not appear when a user is logged physically for the first time in the system. I would change their order.

<if_sid>20007</if_sid>
<field name="EventChannel.EventData.WorkstationName">\.+</field>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old field names.

<field name="EventChannel.EventData.IpAddress">\.+</field>
<field name="EventChannel.EventData.IpPort">\.+</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="20025" level="5">
<if_sid>20002,20003</if_sid>
<field name="win.system.eventID">^20187$|^20014$|^20078$|^20050$|^20049$|^20189$</field>
Expand Down