598d29f811
chore: change tags, date, modified fields to comply with v2 of the Sigma spec. chore: update the related type from `obsoletes` to `obsolete`. chore: update local json schema to the latest version.
31 lines
809 B
YAML
31 lines
809 B
YAML
title: File Download via CertOC.EXE
|
|
id: 70ad0861-d1fe-491c-a45f-fa48148a300d
|
|
related:
|
|
- id: b86f6dea-0b2f-41f5-bdcc-a057bd19cd6a
|
|
type: similar
|
|
status: test
|
|
description: Detects when a user downloads a file by using CertOC.exe
|
|
references:
|
|
- https://lolbas-project.github.io/lolbas/Binaries/Certoc/
|
|
author: Nasreddine Bencherchali (Nextron Systems)
|
|
date: 2022-05-16
|
|
modified: 2023-10-18
|
|
tags:
|
|
- attack.command-and-control
|
|
- attack.t1105
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection_img:
|
|
- Image|endswith: '\certoc.exe'
|
|
- OriginalFileName: 'CertOC.exe'
|
|
selection_cli:
|
|
CommandLine|contains|all:
|
|
- '-GetCACAPS'
|
|
- 'http'
|
|
condition: all of selection*
|
|
falsepositives:
|
|
- Unknown
|
|
level: medium
|