Created
May 5, 2020 02:54
-
-
Save Zobber/69879cb9e209801a7999b3aa0afb84c7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Suricata_IDS #malwoverview/files extraidos por * carpetas | |
find -name 'file.*.meta' | while read malware ; do rg 'MAGIC:' $malware | rg -i "executable|applicat|PE32|zip" -l $malware |cut -f1-3 -d. ; done | xargs -I% /tools/malwo/malwoverview.py -p 1 -f % -v 1 -s 1 -x 1 -b 1 -i 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment