Island: fix ATT&CK report T1082 technique to display that at least data about Network interfaces was gathered. Otherwise the "Info gathered" column might be empty.

This commit is contained in:
VakarisZ 2021-11-12 11:52:21 +02:00
parent 9e3ac63090
commit a451764a6f
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class T1082(AttackTechnique):
},
"name": {"$literal": "Azure info"},
},
{"used": True, "name": {"$literal": "Network interfaces"}},
],
}
},