Merge pull request #2186 from austinsonger/certoc.exe

process_creation_certoc_execution.yml
This commit is contained in:
frack113 2021-10-24 18:45:02 +02:00 committed by GitHub
commit 406f10b583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,28 @@
title: Suspicious Load DLL via CertOC.exe
id: 242301bc-f92f-4476-8718-78004a6efd9f
description: Detects when a user installs certificates by using CertOC.exe to loads the target DLL file.
status: experimental
author: Austin Songer @austinsonger
date: 2021/10/23
references:
- https://twitter.com/sblmsrsn/status/1445758411803480072?s=20
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\certoc.exe'
CommandLine|contains|all:
- '-LoadDLL'
- '.dll'
condition: selection
fields:
- CommandLine
- ParentCommandLine
tags:
- attack.defense_evasion
- attack.t1218
level: medium
falsepositives:
- None