You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "Observed IOC: Malicious domains in body links"
2
+
description: "Detects inbound messages containing links to known malicious domains in the message body. IOC list is automatically managed and hashed by the IOC pipeline from the private threat intelligence feed."
3
+
type: "rule"
4
+
severity: "high"
5
+
source: |
6
+
// AUTO-GENERATED IOC LIST - DO NOT EDIT MANUALLY
7
+
// Managed by automated IOC system
8
+
type.inbound
9
+
and any(body.current_thread.links,
10
+
hash.sha256(.href_url.domain.domain) in (
11
+
'358871a6a4b575d4943918cc1cb7cfc82b6c93eb7b926bee522bc97b013f8710', // Observed malicious domain in message body links
12
+
'96cf4453229b1cdcc1fd94d07260c037a57b999ea93d6b6f360f655305a4ad86' // Observed malicious domain in message body links
0 commit comments