Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions scripts/techniques_data_sources_vis.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,18 +480,18 @@ def defaultStr(multi=False):
nargs="+",
metavar=("datasource1", "datasource2"),
default=[
"windows event logs",
"anti-virus",
"binary file metadata",
"data loss prevention",
"dll monitoring",
"loaded dlls",
"malware reverse engineering",
"netflow/enclave netflow",
"network intrusion detection system",
"network protocol analysis",
"ssl/tls inspection",
"system calls"
"User Account: User Account Creation",
"Active Directory: Active Directory Object Creation",
"Container: Container Creation",
"Driver: Driver Load",
"File: File Deletion",
"Firmware: Firmware Modification",
"Instance: Instance Creation",
"Logon Session: Logon Session Metadata",
"Scheduled Job: Scheduled Job Creation",
"Service: Service Modification",
"Process: Process Metadata",
"Sensor Health: Host Status"
],
help="list data source names for datasources written in techniques_datasources.csv." + defaultStr(True)
)
Expand Down Expand Up @@ -519,4 +519,4 @@ def defaultStr(multi=False):
args = parser.parse_args()
verbose = args.verbose
generate_content(args.datasources, args.tactics, args.output_folder)