Office Macros Warning Disabled

Detects registry changes to Microsoft Office "VBAWarning" to a value of "1" which enables the execution of all macros, whether signed or unsigned.

Sigma rule (View on GitHub)

 1title: Office Macros Warning Disabled
 2id: 91239011-fe3c-4b54-9f24-15c86bb65913
 3related:
 4    - id: a166f74e-bf44-409d-b9ba-ea4b2dd8b3cd
 5      type: obsoletes
 6status: test
 7description: Detects registry changes to Microsoft Office "VBAWarning" to a value of "1" which enables the execution of all macros, whether signed or unsigned.
 8references:
 9    - https://twitter.com/inversecos/status/1494174785621819397
10    - https://www.mcafee.com/blogs/other-blogs/mcafee-labs/zloader-with-a-new-infection-technique/
11    - https://securelist.com/scarcruft-surveilling-north-korean-defectors-and-human-rights-activists/105074/
12author: Trent Liffick (@tliffick), Nasreddine Bencherchali (Nextron Systems)
13date: 2020/05/22
14modified: 2024/03/19
15tags:
16    - attack.defense_evasion
17    - attack.t1112
18logsource:
19    category: registry_set
20    product: windows
21detection:
22    selection:
23        TargetObject|endswith: '\Security\VBAWarnings'
24        Details: 'DWORD (0x00000001)'
25    condition: selection
26falsepositives:
27    - Unlikely
28level: high

References

Related rules

to-top