-
Notifications
You must be signed in to change notification settings - Fork 3
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
DUO Failure Logins #697
DUO Failure Logins #697
Conversation
| table event_time ,username, factor, reason \ | ||
|`cs_duo_user_failed_login_filter` | ||
action.cyences_notable_event_action = 1 | ||
action.cyences_notable_event_action.contributing_events = `cs_duo `source="duo" result=FAILURE NOT reason IN ("Locked out") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove space inside the macro.
action.cyences_notable_event_action = 1 | ||
action.cyences_notable_event_action.contributing_events = `cs_duo `source="duo" result=FAILURE NOT reason IN ("Locked out") | ||
action.cyences_notable_event_action.system_compromised_search = | stats count by username | ||
action.cyences_notable_event_action.system_compromised_drilldown = `cs_duo `source="duo" result=FAILURE NOT reason IN ("Locked out") username=$row.username$ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove space inside the macro.
@@ -5854,6 +5854,38 @@ action.cyences_notable_event_action.system_compromised_drilldown = `cs_duo` sour | |||
action.cyences_send_email_action = 1 | |||
action.cyences_notable_event_action.products = DUO | |||
action.cyences_notable_event_action.teams = SOC | |||
|
|||
[DUO - User Failure Login] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DUO - User Login Failure
@@ -1483,6 +1483,10 @@ iseval = 0 | |||
definition = search * | |||
iseval = 0 | |||
|
|||
[cs_duo_user_failed_login_filter] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cs_duo_user_login_failure_filter
| eval cyences_severity = if(is_privileged_user=="Yes", "critical","high") \ | ||
| `cs_human_readable_time_format(_time, event_time)` \ | ||
| table event_time ,username, factor, reason \ | ||
|`cs_duo_user_failed_login_filter` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cs_duo_user_login_failure_filter
No description provided.