You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the exporters such as Excel or SVG using a local json file like https://github.com/mitre-attack/attack-stix-data/blob/master/enterprise-attack/enterprise-attack.json source should retrieve the proper data and produce the expected exported output with an output layer.
Actual Behavior
Every technique and subtechnique I was testing worked perfectly expect for this one : T1078.004
The error message is : WARNING! Technique/Tactic T1078.004/(none) seems malformed. Skipping...
else:
parents= [xforxinlayer.layer.techniquesifx.techniqueID==tech.techniqueID.split(".")[0]]
iftech.tactic:
parents= [xforxinparentsifx.tactic==tech.tactic]
ifall([Trueifnotx.showSubtechniqueselseFalseforxinparents]):
print(
"NOTE! Technique/Tactic "+tech.techniqueID+"/"+tac+" does not appear ""to be visible in the matrix. Its parent appears to be hiding it."
)
else:
print(
"WARNING! Technique/Tactic "+tech.techniqueID+"/"+tac+" seems malformed. ""Skipping..."
)
The text was updated successfully, but these errors were encountered:
Expected Behavior
Using the exporters such as Excel or SVG using a local json file like
https://github.com/mitre-attack/attack-stix-data/blob/master/enterprise-attack/enterprise-attack.json
source should retrieve the proper data and produce the expected exported output with an output layer.Actual Behavior
Every technique and subtechnique I was testing worked perfectly expect for this one : T1078.004
The error message is :
WARNING! Technique/Tactic T1078.004/(none) seems malformed. Skipping...
Steps to Reproduce the Problem
The layer i'm using is
Possible Solution
The problem is appearing here
The text was updated successfully, but these errors were encountered: