mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-30 00:22:15 +00:00
Fix more typos
Signed-off-by: Mateusz Gozdek <mgozdek@microsoft.com>
This commit is contained in:
parent
53eb6112a6
commit
1fdfbd3a3d
@ -167,7 +167,7 @@
|
|||||||
- macro: user_known_countries
|
- macro: user_known_countries
|
||||||
condition: (okta.client.geo.country in (allowed_countries_list))
|
condition: (okta.client.geo.country in (allowed_countries_list))
|
||||||
|
|
||||||
- rule: Detecting unknwon logins using geolocation
|
- rule: Detecting unknown logins using geolocation
|
||||||
desc: Detect a logins event based on user geolocation
|
desc: Detect a logins event based on user geolocation
|
||||||
condition: okta.evt.type = "user.session.start" and not user_known_countries
|
condition: okta.evt.type = "user.session.start" and not user_known_countries
|
||||||
output: "A user logged in OKTA from a suspicious 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)"
|
||||||
|
@ -40,7 +40,7 @@ public:
|
|||||||
uint32_t index);
|
uint32_t index);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
\brief Formats the internal statistics into the out sring
|
\brief Formats the internal statistics into the out string
|
||||||
*/
|
*/
|
||||||
virtual void format(
|
virtual void format(
|
||||||
const indexed_vector<falco_rule>& rules,
|
const indexed_vector<falco_rule>& rules,
|
||||||
|
Loading…
Reference in New Issue
Block a user