Skip to content

Instantly share code, notes, and snippets.

@Zobber
Created May 5, 2020 02:54
Show Gist options
  • Save Zobber/69879cb9e209801a7999b3aa0afb84c7 to your computer and use it in GitHub Desktop.
Save Zobber/69879cb9e209801a7999b3aa0afb84c7 to your computer and use it in GitHub Desktop.
#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