Skip to content

Commit c9a89d6

Browse files
committed
chore: update default config
1 parent f7a62c3 commit c9a89d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mitreattack/attackToExcel/attackToExcel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ def main():
420420
"-domain",
421421
type=str,
422422
choices=["enterprise-attack", "mobile-attack", "ics-attack"],
423-
default="ics-attack",
423+
default="enterprise-attack",
424424
help="which domain of ATT&CK to convert",
425425
)
426426
parser.add_argument(

0 commit comments

Comments
 (0)