Detection rules › Sigma
Unsigned Module Loaded by ClickOnce Application
Detects unsigned module load by ClickOnce application.
MITRE ATT&CK coverage
| Tactic | Techniques |
|---|---|
| Execution | T1574.001 Hijack Execution Flow: DLL |
| Stealth | T1574.001 Hijack Execution Flow: DLL |
Event coverage
| Provider | Event | Title |
|---|---|---|
| Sysmon | Event ID 7 | Image loaded |
Rule body yaml
title: Unsigned Module Loaded by ClickOnce Application
id: 060d5ad4-3153-47bb-8382-43e5e29eda92
status: test
description: Detects unsigned module load by ClickOnce application.
references:
- https://posts.specterops.io/less-smartscreen-more-caffeine-ab-using-clickonce-for-trusted-code-execution-1446ea8051c5
author: '@SerkinValery'
date: 2023-06-08
tags:
- attack.privilege-escalation
- attack.persistence
- attack.execution
- attack.stealth
- attack.t1574.001
logsource:
category: image_load
product: windows
detection:
selection_path:
Image|contains: '\AppData\Local\Apps\2.0\'
selection_sig_status:
- Signed: 'false'
- SignatureStatus: 'Expired'
condition: all of selection_*
falsepositives:
- Unlikely
level: medium
Stages and Predicates
Stage 0: condition
all of selection_*Stage 1: selection_path
selection_path:
Image|contains: '\AppData\Local\Apps\2.0\'
Stage 2: selection_sig_status
selection_sig_status:
- Signed: 'false'
- SignatureStatus: 'Expired'
Indicators
Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.
| Field | Kind | Values |
|---|---|---|
Image | match |
|
SignatureStatus | eq |
|
Signed | eq |
|