Files
blue-team-tools/rules/windows/powershell/powershell_script/win_root_certificate_installed.yml
T

29 lines
1.0 KiB
YAML
Raw Normal View History

2020-10-09 12:29:53 +11:00
title: Root Certificate Installed
id: 42821614-9264-4761-acfc-5772c3286f76
2020-10-09 12:29:53 +11:00
status: experimental
description: Adversaries may install a root certificate on a compromised system to avoid warnings when connecting to adversary controlled web servers.
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1553.004/T1553.004.md
author: 'oscd.community, @redcanary, Zach Stanford @svch0st'
date: 2020/10/10
2021-12-04 10:07:07 +01:00
modified: 2021/12/04
2020-10-09 12:29:53 +11:00
tags:
- attack.defense_evasion
- attack.t1553.004
2020-10-09 12:48:39 +11:00
logsource:
product: windows
2021-12-04 10:07:07 +01:00
category: ps_script
definition: Script block logging must be enabled
2020-10-09 12:48:39 +11:00
detection:
2020-10-12 08:30:28 +11:00
selection1:
ScriptBlockText|contains|all:
- 'Move-Item'
- 'Cert:\LocalMachine\Root'
selection2:
ScriptBlockText|contains|all:
- 'Import-Certificate'
- 'Cert:\LocalMachine\Root'
condition: selection1 or selection2
level: medium
falsepositives:
- Help Desk or IT may need to manually add a corporate Root CA on occasion. Need to test if GPO push doesn't trigger FP