From e40b53da64d5d58317114631b601df194e302c18 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Sun, 3 May 2026 14:57:43 -0400 Subject: [PATCH] Enhance Splunk DMARC aggregate dashboard: add source AS name dropdown and update search queries --- .../splunk/dmarc_aggregate_dashboard.xml | 50 ++++++++++++------- 1 file changed, 32 insertions(+), 18 deletions(-) diff --git a/dashboards/splunk/dmarc_aggregate_dashboard.xml b/dashboards/splunk/dmarc_aggregate_dashboard.xml index a077afe..70f1bec 100644 --- a/dashboards/splunk/dmarc_aggregate_dashboard.xml +++ b/dashboards/splunk/dmarc_aggregate_dashboard.xml @@ -6,7 +6,7 @@ index="email" sourcetype="dmarc:aggregate" spf_aligned=$spf_aligned$ dkim_aligned=$dkim_aligned$ passed_dmarc=$passed_dmarc$ org_name=$org_name$ source_reverse_dns=$source_reverse_dns$ header_from=$header_from$ envelope_from=$envelope_from$ disposition=$disposition$ source_ip_address=$source_ip_address$ source_base_domain=$source_base_domain$ source_country=$source_country$ | rename spf_results{}.domain as envelope_domain spf_results{}.result as spf_result spf_results{}.scope as spf_scope dkim_results{}.selector as dkim_selector dkim_results{}.domain as dkim_domain dkim_results{}.result as dkim_result | fillnull value=null source_reverse_dns source_base_domain dkim_selector dkim_domain dkim_result source_type source_name - | search dkim_selector=$dkim_selector$ dkim_domain=$dkim_domain$ source_type="$source_type$" source_name="$source_name$" + | search dkim_selector=$dkim_selector$ dkim_domain=$dkim_domain$ source_type="$source_type$" source_name="$source_name$" source_as_name="$source_as_name$" | table * $time_range.earliest$ @@ -54,17 +54,17 @@ reject * - - - * - - - - * - - - + + * + any + * + source_name + source_name + + index="email" sourcetype="dmarc:aggregate" source_type="$source_type$" + | stats count by source_name + @@ -78,18 +78,32 @@ | stats count by source_type - - - * + + any + * * - source_name - source_name + source_as_name + source_as_name - index="email" sourcetype="dmarc:aggregate" source_type="$source_type$" - | stats count by source_name + index="email" sourcetype="dmarc:aggregate" + | stats count by source_as_name + 0 + + + + * + + + + * + + + + * + *