mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
dev_sec2
This commit is contained in:
@@ -11,7 +11,7 @@ search: '`gsuite_gmail` "link_domain{}" IN ("*pastebin.com*", "*discord*", "*tel
|
||||
| rex field=source.from_header_address "[^@]+@(?<source_domain>[^@]+)"
|
||||
| rex field=destination{}.address "[^@]+@(?<dest_domain>[^@]+)"
|
||||
| where not source_domain="internal_test_email.com" and dest_domain="internal_test_email.com"
|
||||
|stats values(link_domain{}) as link_domains min(_time) as firstTime max(_time) as lastTime count by is_spam source.address source.from_header_address src_user subject destination{}.address
|
||||
|stats values(link_domain{}) as link_domains min(_time) as firstTime max(_time) as lastTime count by is_spam source.address source.from_header_address subject destination{}.address
|
||||
| `security_content_ctime(firstTime)`
|
||||
| `security_content_ctime(lastTime)`
|
||||
| `gsuite_email_with_known_abuse_web_service_link_filter`'
|
||||
|
||||
Reference in New Issue
Block a user