Skip to content
This repository was archived by the owner on Dec 11, 2023. It is now read-only.

Commit daa1201

Browse files
Updating Data Sources
Updated to reflect new data sources values/format as of v9 (APR 2021). Aiming for data sources that are mapped to ~5-15 techniques.
1 parent 16eeafa commit daa1201

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

scripts/techniques_data_sources_vis.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -480,18 +480,18 @@ def defaultStr(multi=False):
480480
nargs="+",
481481
metavar=("datasource1", "datasource2"),
482482
default=[
483-
"windows event logs",
484-
"anti-virus",
485-
"binary file metadata",
486-
"data loss prevention",
487-
"dll monitoring",
488-
"loaded dlls",
489-
"malware reverse engineering",
490-
"netflow/enclave netflow",
491-
"network intrusion detection system",
492-
"network protocol analysis",
493-
"ssl/tls inspection",
494-
"system calls"
483+
"User Account: User Account Creation",
484+
"Active Directory: Active Directory Object Creation",
485+
"Container: Container Creation",
486+
"Driver: Driver Load",
487+
"File: File Deletion",
488+
"Firmware: Firmware Modification",
489+
"Instance: Instance Creation",
490+
"Logon Session: Logon Session Metadata",
491+
"Scheduled Job: Scheduled Job Creation",
492+
"Service: Service Modification",
493+
"Process: Process Metadata",
494+
"Sensor Health: Host Status"
495495
],
496496
help="list data source names for datasources written in techniques_datasources.csv." + defaultStr(True)
497497
)
@@ -519,4 +519,4 @@ def defaultStr(multi=False):
519519
args = parser.parse_args()
520520
verbose = args.verbose
521521
generate_content(args.datasources, args.tactics, args.output_folder)
522-
522+

0 commit comments

Comments
 (0)