Files
hayabusa/rules/sigma/registry_event/sysmon_new_application_appcompat.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

36 lines
1.1 KiB
YAML

title: New Application in AppCompat
ruletype: Sigma
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
date: 2020/05/02
description: A General detection for a new application in AppCompat. This indicates
an application executing for the first time on an endpoint.
detection:
SELECTION_1:
EventID: 12
SELECTION_2:
EventID: 13
SELECTION_3:
EventID: 14
SELECTION_4:
TargetObject: '*\AppCompatFlags\Compatibility Assistant\Store\\*'
condition: ((SELECTION_1 or SELECTION_2 or SELECTION_3) and SELECTION_4)
falsepositives:
- This rule is to explore new applications on an endpoint. False positives depends
on the organization.
- Newly setup system.
- Legitimate installation of new application.
id: 60936b49-fca0-4f32-993d-7415edcf9a5d
level: informational
logsource:
category: registry_event
product: windows
modified: 2021/11/27
references:
- https://github.com/OTRF/detection-hackathon-apt29/issues/1
- https://threathunterplaybook.com/evals/apt29/detections/1.A.1_DFD6A782-9BDB-4550-AB6B-525E825B095E.html
status: test
tags:
- attack.execution
- attack.t1204.002