You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than being an arbitrary hodgepodge of key values pairs, the actor configs should be modeled after the Mitre Att&ck framework.
Primarily, the outer keys should correspond to the categories in MitreAttack
See: https://attack.mitre.org/matrices/enterprise/
Proposed example actor config
metadata:
name: arsenalpteffectiveness: 70count_init_passive_dns: 4max_wave_size: 3activity_start_date: "2023-06-01"activity_end_date: "2023-07-13"activity_start_hour: 14workday_length_hours: 10working_days:
- Monday
- Tuesday
- Wednesday
- Thursday
- Fridayreconnaissance:
recon_search_terms:
- "research facility"
- "researchers"
- "research managers"
- "radstone research"
- "government"
- "projects"resource_development:
domain_themes:
- research
- management
- equipment
- government
- fundingtlds:
- commalware:
- aptradinitial_access:
attacks:
- recon:browsing
- identity:password_spray
- watering_hole:phishing
- watering_hole:malware_deliverywatering_hole_target_roles:
- Director of Research
- Research Scientist
- Research Assistant
- Research Coordinator
- Biostatistician
- Clinical Research Coordinator
- Data Manager
- Lab Technician
- Research Administrator
- Postdoctoral Fellow
- Grant Writerwatering_hole_domains:
- lifecarepharmaco.comspoofs_email: Truediscovery:
commands:
- name: cmd.exeprocess: net share
- name: cmd.exeprocess: cmd.exe /C net group "Domain Admins" /domain
- name: netstat.exeprocess: netstat -aon
- name: cmd.exeprocess: cmd.exe /c ping %userdomain%lateral_movement:
actions:
- internal_spearphishing
- pass_the_hash
- lateral_tool_transferexfiltration:
commands:
- name: cmd.exeprocess: net share
- name: cmd.exeprocess: cmd.exe /C net group "Domain Admins" /domainactions:
- encrypt_file
- drop_ransom_note
The text was updated successfully, but these errors were encountered:
Rather than being an arbitrary hodgepodge of key values pairs, the actor configs should be modeled after the Mitre Att&ck framework.
Primarily, the outer keys should correspond to the categories in MitreAttack
See: https://attack.mitre.org/matrices/enterprise/
Proposed example actor config
The text was updated successfully, but these errors were encountered: