Fix some small errors

main
Dimitri Huisman 2 years ago
parent 8861ce6edb
commit 7ce28bd6e9
No known key found for this signature in database

@ -3,7 +3,7 @@ clamav {
scan_mime_parts = true; scan_mime_parts = true;
symbol = "CLAM_VIRUS"; symbol = "CLAM_VIRUS";
type = "clamav"; type = "clamav";
servers = "{{ ANTIVIRUS_ADDRESS }}"; servers = "{{ ANTIVIRUS_ADDRESS }}:3310";
{% if ANTIVIRUS_ACTION|default('discard') == 'reject' %} {% if ANTIVIRUS_ACTION|default('discard') == 'reject' %}
action = "reject" action = "reject"
{% endif %} {% endif %}

@ -2,41 +2,41 @@
{% 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";
one_shot = true; one_shot = true;
}, },
"OLETOOLS_MACRO_FOUND" { "OLETOOLS_MACRO_FOUND" {
weight = 0.0; weight = 0.0;
one_shot = true; one_shot = true;
}, },
"OLETOOLS_AUTOEXEC" { "OLETOOLS_AUTOEXEC" {
weight = 0.0; weight = 0.0;
one_shot = true; one_shot = true;
}, },
"OLETOOLS_FLAG" { "OLETOOLS_FLAG" {
weight = 0.0; weight = 0.0;
one_shot = true; one_shot = true;
}, },
"OLETOOLS_VBASTOMP" { "OLETOOLS_VBASTOMP" {
weight = 0.0; weight = 0.0;
one_shot = true; one_shot = true;
}, },
"OLETOOLS_A" { "OLETOOLS_A" {
weight = 0.0; weight = 0.0;
one_shot = true; one_shot = true;
}, },
"OLETOOLS_W" { "OLETOOLS_W" {
weight = 0.0; weight = 0.0;
one_shot = true; one_shot = true;
}, },
"OLETOOLS_X" { "OLETOOLS_X" {
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"

Loading…
Cancel
Save