Skip to content

Commit

Permalink
Add logging library in malware_triage
Browse files Browse the repository at this point in the history
  • Loading branch information
cudeso committed Feb 14, 2024
1 parent 3e07d96 commit bad460c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions misp-playbooks/pb_malware_triage-with_output.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
"from pymisp import *\n",
"from pymisp.tools import GenericObjectGenerator\n",
"from pymisp.tools import make_binary_objects\n",
"import logging\n",
"\n",
"import os\n",
"import time\n",
Expand Down
1 change: 1 addition & 0 deletions misp-playbooks/pb_malware_triage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
"from pymisp import *\n",
"from pymisp.tools import GenericObjectGenerator\n",
"from pymisp.tools import make_binary_objects\n",
"import logging\n",
"\n",
"import os\n",
"import time\n",
Expand Down

0 comments on commit bad460c

Please sign in to comment.