Skip to main content
Solved

Only enrich domains that are listed in a reference list

  • July 7, 2025
  • 3 replies
  • 11 views

devashishsingh
Forum|alt.badge.img+3

Hey friends!

So the requirement is to create a detection rule that enriches all domains except for what's added in the reference list which usually have all my internal domains. I know we do $field in %<reference list>, how would I instruct "Only enrich domains which are given in the reference list.

This doesn't seem to work:
$e1.principal.administrative_domain = $dom

$dom not in %<reference_list_name>?

Best answer by Rene_Figueroa

Enrich as in enriching it further in SOAR using domain/IP/File/header check with the help of MX toolbox integration or Mandiant intelligence. If I do not exclude my internal domains at the rule level, I don't seem to achieve maximum refinement at the very first stage (via detection rule) before I dump all in SOAR.


Thanks for the info. Have you tried using "not $dom in %<reference_list_name>"?

3 replies

Rene_Figueroa
Staff
Forum|alt.badge.img+10

Hi @devashishsingh, can you please elaborate on what you mean by "enrich"?


devashishsingh
Forum|alt.badge.img+3

Hi @devashishsingh, can you please elaborate on what you mean by "enrich"?


Enrich as in enriching it further in SOAR using domain/IP/File/header check with the help of MX toolbox integration or Mandiant intelligence. If I do not exclude my internal domains at the rule level, I don't seem to achieve maximum refinement at the very first stage (via detection rule) before I dump all in SOAR.


Rene_Figueroa
Staff
Forum|alt.badge.img+10

Enrich as in enriching it further in SOAR using domain/IP/File/header check with the help of MX toolbox integration or Mandiant intelligence. If I do not exclude my internal domains at the rule level, I don't seem to achieve maximum refinement at the very first stage (via detection rule) before I dump all in SOAR.


Thanks for the info. Have you tried using "not $dom in %<reference_list_name>"?