mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
26 lines
681 B
YAML
26 lines
681 B
YAML
title: Office Security Settings Changed
|
|
id: a166f74e-bf44-409d-b9ba-ea4b2dd8b3cd
|
|
status: experimental
|
|
description: Detects registry changes to Office macro settings
|
|
author: Trent Liffick (@tliffick)
|
|
date: 2020/05/22
|
|
modified: 2020/07/01
|
|
references:
|
|
- Internal Research
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1112
|
|
logsource:
|
|
category: registry_event
|
|
product: windows
|
|
detection:
|
|
sec_settings:
|
|
TargetObject|endswith:
|
|
- '\Security\Trusted Documents\TrustRecords'
|
|
- '\Security\AccessVBOM'
|
|
- '\Security\VBAWarnings'
|
|
condition: sec_settings
|
|
falsepositives:
|
|
- Valid Macros and/or internal documents
|
|
level: high
|