mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-19 05:59:40 +03:00
Fix round 3: refine MITRE ATT&CK mappings per CodeRabbit review
- osquery: replace broad IDs with concrete detections (T1049, T1620, T1053.003, T1548.001, T1552) - credential extraction: replace T1550 with T1552 (Unsecured Credentials) - persistence investigation: use sub-techniques (T1547.001, T1053.005, T1543.003, T1546.003)
This commit is contained in:
committed by
Julio César Suástegui
parent
15d53bd09b
commit
c7ad5e7b98
@@ -9,6 +9,7 @@ description: >
|
|||||||
domain: cybersecurity
|
domain: cybersecurity
|
||||||
subdomain: endpoint-security
|
subdomain: endpoint-security
|
||||||
tags: [endpoint, osquery, endpoint-monitoring, threat-hunting, fleet-management]
|
tags: [endpoint, osquery, endpoint-monitoring, threat-hunting, fleet-management]
|
||||||
|
mitre_attack: ["T1547", "T1049", "T1620", "T1053.003", "T1548.001", "T1552"]
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
author: mahipal
|
author: mahipal
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ description: Extract cached credentials, password hashes, Kerberos tickets, and
|
|||||||
domain: cybersecurity
|
domain: cybersecurity
|
||||||
subdomain: digital-forensics
|
subdomain: digital-forensics
|
||||||
tags: [forensics, credential-extraction, memory-forensics, volatility, mimikatz, password-hashes, incident-response]
|
tags: [forensics, credential-extraction, memory-forensics, volatility, mimikatz, password-hashes, incident-response]
|
||||||
|
mitre_attack: ["T1003", "T1558", "T1552"]
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
author: mahipal
|
author: mahipal
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ description: Systematically investigate all persistence mechanisms on Windows an
|
|||||||
domain: cybersecurity
|
domain: cybersecurity
|
||||||
subdomain: digital-forensics
|
subdomain: digital-forensics
|
||||||
tags: [forensics, malware-persistence, autoruns, registry, scheduled-tasks, rootkit-detection, incident-response]
|
tags: [forensics, malware-persistence, autoruns, registry, scheduled-tasks, rootkit-detection, incident-response]
|
||||||
|
mitre_attack: ["T1547.001", "T1053.005", "T1543.003", "T1546.003", "T1574"]
|
||||||
version: "1.0"
|
version: "1.0"
|
||||||
author: mahipal
|
author: mahipal
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user