|
|
@ -1,3 +1,4 @@
|
|
|
|
|
|
|
|
{% if SCAN_MACROS == 'True' %}
|
|
|
|
OLETOOLS_MACRO_MRAPTOR {
|
|
|
|
OLETOOLS_MACRO_MRAPTOR {
|
|
|
|
expression = "(OLETOOLS_A & OLETOOLS_W) | (OLETOOLS_A & OLETOOLS_X) | (OLETOOLS_W & OLETOOLS_X)";
|
|
|
|
expression = "(OLETOOLS_A & OLETOOLS_W) | (OLETOOLS_A & OLETOOLS_X) | (OLETOOLS_W & OLETOOLS_X)";
|
|
|
|
message = "Rejected (malicious macro - mraptor)";
|
|
|
|
message = "Rejected (malicious macro - mraptor)";
|
|
|
@ -10,3 +11,4 @@ OLETOOLS_MACRO_SUSPICIOUS {
|
|
|
|
policy = "leave";
|
|
|
|
policy = "leave";
|
|
|
|
score = 20.0;
|
|
|
|
score = 20.0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
{% endif %}
|
|
|
|