|
|
@ -2,8 +2,8 @@
|
|
|
|
{% if SCAN_MACROS == 'True' %}
|
|
|
|
{% if SCAN_MACROS == 'True' %}
|
|
|
|
# local.d/external_services_group.conf
|
|
|
|
# local.d/external_services_group.conf
|
|
|
|
|
|
|
|
|
|
|
|
description = "Oletools content rules";
|
|
|
|
description = "Oletools content rules";
|
|
|
|
symbols = {
|
|
|
|
symbols = {
|
|
|
|
"OLETOOLS" {
|
|
|
|
"OLETOOLS" {
|
|
|
|
weight = 1.0;
|
|
|
|
weight = 1.0;
|
|
|
|
description = "OLETOOLS found a Macro";
|
|
|
|
description = "OLETOOLS found a Macro";
|
|
|
@ -37,6 +37,6 @@
|
|
|
|
weight = 0.0;
|
|
|
|
weight = 0.0;
|
|
|
|
one_shot = true;
|
|
|
|
one_shot = true;
|
|
|
|
},
|
|
|
|
},
|
|
|
|
}
|
|
|
|
}
|
|
|
|
{% endif %}
|
|
|
|
{% endif %}
|
|
|
|
.include(try=true,priority=1,duplicate=merge) "/overrides/external_services_group.conf"
|
|
|
|
.include(try=true,priority=1,duplicate=merge) "/overrides/external_services_group.conf"
|
|
|
|