mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 14:20:04 +00:00
Update rules/okta_rules.yaml
Signed-off-by: darryk10 <stefano.chierici@sysdig.com> Co-authored-by: Thomas Labarussias <issif+github@gadz.org>
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
- rule: Detecting unknwon logins using geolocation
|
||||
desc: Detect a logins event based on user geolocation
|
||||
condition: okta.evt.type = "user.session.start" and not user_known_countries
|
||||
output: "A user logged in OKTA from a sospicious country (user=%okta.actor.name, ip=%okta.client.ip, country=%okta.client.geo.country)"
|
||||
output: "A user logged in OKTA from a suspicious country (user=%okta.actor.name, ip=%okta.client.ip, country=%okta.client.geo.country)"
|
||||
priority: NOTICE
|
||||
source: okta
|
||||
tags: [okta]
|
||||
|
Reference in New Issue
Block a user