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
Copy file name to clipboardExpand all lines: Packs/MalwareInvestigationAndResponse/Scripts/InvestigationDetailedSummaryToTable/InvestigationDetailedSummaryToTable.py
Copy file name to clipboardExpand all lines: Packs/MalwareInvestigationAndResponse/Scripts/InvestigationDetailedSummaryToTable/InvestigationDetailedSummaryToTable.yml
Copy file name to clipboardExpand all lines: Packs/MalwareInvestigationAndResponse/Scripts/InvestigationDetailedSummaryToTable/InvestigationDetailedSummaryToTable_test.py
+118-8Lines changed: 118 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,123 @@ def test_empty_context():
20
20
21
21
deftest_table_command():
22
22
context= {
23
-
"Defense Evasion": {
24
-
"Deobfuscate/Decode Files or Information": True,
25
-
"Indicator Removal on Host": False
26
-
},
27
-
"Execution": {
28
-
"Command and Scripting Interpreter": True,
29
-
"Command and Scripting Interpreter: PowerShell": True
0 commit comments