You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
447 B
Plaintext
15 lines
447 B
Plaintext
{% if SCAN_MACROS == 'True' %}
|
|
OLETOOLS_MACRO_MRAPTOR {
|
|
expression = "(OLETOOLS_A & OLETOOLS_W) | (OLETOOLS_A & OLETOOLS_X) | (OLETOOLS_W & OLETOOLS_X)";
|
|
message = "Rejected (malicious macro - mraptor)";
|
|
policy = "leave";
|
|
score = 20.0;
|
|
}
|
|
OLETOOLS_MACRO_SUSPICIOUS {
|
|
expression = "OLETOOLS_FLAG | OLETOOLS_VBASTOMP | OLETOOLS_A";
|
|
message = "Rejected (malicious macro)";
|
|
policy = "leave";
|
|
score = 20.0;
|
|
}
|
|
{% endif %}
|