From a197abe2b3200540e82e1e4330399b9f7993fa4b Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:22:54 +0900 Subject: [PATCH] chg: Sigma v2 compliant tag format --- config/mitre_tactics.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/mitre_tactics.txt b/config/mitre_tactics.txt index 553e71a4e..fb93f03cd 100644 --- a/config/mitre_tactics.txt +++ b/config/mitre_tactics.txt @@ -1,15 +1,15 @@ tag_full_str,tag_output_str,html_tag_output_str attack.reconnaissance,Recon,01. Reconnaissance -attack.resource_development,ResDev,02. Resource Development -attack.initial_access,InitAccess,03. Initial Access +attack.resource-development,ResDev,02. Resource Development +attack.initial-access,InitAccess,03. Initial Access attack.execution,Exec,04. Execution attack.persistence,Persis,05. Persistence -attack.privilege_escalation,PrivEsc,06. Privilege Escalation -attack.defense_evasion,Evas,07. Defense Evasion -attack.credential_access,CredAccess,08. Credential Access +attack.privilege-escalation,PrivEsc,06. Privilege Escalation +attack.defense-evasion,Evas,07. Defense Evasion +attack.credential-access,CredAccess,08. Credential Access attack.discovery,Disc,09. Discovery -attack.lateral_movement,LatMov,10. Lateral Movement +attack.lateral-movement,LatMov,10. Lateral Movement attack.collection,Collect,11. Collection -attack.command_and_control,C2,12. C2 +attack.command-and-control,C2,12. C2 attack.exfiltration,Exfil,13. Exfiltration attack.impact,Impact,14. Impact \ No newline at end of file