Skip to content

Commit b78ff38

Browse files
authored
Refactor MITRE IDs for improved readability
Split MITRE ATT&CK technique IDs into separate lines for clarity.
1 parent 964b725 commit b78ff38

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

queries/Detection of External Direct IP Usage in CommandLine Windows and Mac

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ name: Detection of External Direct IP Usage in CommandLine Windows and Mac
44

55
# MITRE ATT&CK technique IDs
66
mitre_ids:
7-
- T1105 T1059T1071.001
7+
- T1105
8+
- T1059
9+
- T1071.001
810

911
# Description of what the query does and its purpose.
1012
# Using the YAML block scalar `|` allows for multi-line strings.

0 commit comments

Comments
 (0)