Someone please help how to set up custom alerting to get alerts for the IOC Matches shown in Dashboard
Hi
To get you started I’ve shown an example excerpt from a rule where I reference the entity graph for the purpose of checking whether a domain exists as an IOC in VirusTotal, after I’ve pulled the hostname out. You’ll want to approach this similarly for the other IOC types.
$e.metadata.event_type = "NETWORK_DNS" $e.network.dns.questions.name = $hostname $i.graph.metadata.vendor_name = "VirusTotal" $i.graph.metadata.entity_type = "DOMAIN_NAME"
$i.graph.entity.hostname = $hostname
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.