mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
a60a2feb17
Fixed typo.
23 lines
816 B
YAML
23 lines
816 B
YAML
title: Suspicious PFX File Creation
|
|
id: dca1b3e8-e043-4ec8-85d7-867f334b5724
|
|
description: A general detection for processes creating PFX files. This could be an indicator of an adversary exporting a local certificate to a PFX file.
|
|
status: experimental
|
|
date: 2020/05/02
|
|
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
|
|
tags:
|
|
- attack.credential_access
|
|
- attack.t1552.004
|
|
references:
|
|
- https://github.com/OTRF/detection-hackathon-apt29/issues/14
|
|
- https://threathunterplaybook.com/evals/apt29/detections/6.B.1_6392C9F1-D975-4F75-8A70-433DEDD7F622.html
|
|
logsource:
|
|
product: windows
|
|
category: file_event
|
|
detection:
|
|
selection:
|
|
TargetFilename|endswith: '.pfx'
|
|
condition: selection
|
|
falsepositives:
|
|
- System administrators managing certififcates.
|
|
level: medium
|