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:
parent
9e3ac63090
commit
a451764a6f
|
@ -54,6 +54,7 @@ class T1082(AttackTechnique):
|
||||||
},
|
},
|
||||||
"name": {"$literal": "Azure info"},
|
"name": {"$literal": "Azure info"},
|
||||||
},
|
},
|
||||||
|
{"used": True, "name": {"$literal": "Network interfaces"}},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue