mirror of
https://github.com/MaintainTeam/Hypatia.git
synced 2025-02-28 21:38:21 +03:00
More goodies
Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
3bd703d6b8
commit
6a5857d66b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
#License: GPLv3
|
||||
#Description: Hypatia conversion script for https://bazaar.abuse.ch/export/csv/full/ (CC0)
|
||||
grep "\"apk\"" full.csv | awk '{ print $3 } ' | sed 's/^"//' | sed 's/",$/:0:MalwareBazaar/' > malware_bazaar.hsb;
|
||||
grep -e "\"apk\"" -e "\"application/x-executable\"" -e "\"application/x-sharedlib\"" full.csv | awk '{ print $3 } ' | sed 's/^"//' | sed 's/",$/:0:MalwareBazaar/' | sort -u > malware_bazaar.hsb;
|
||||
gzip *.hsb;
|
||||
|
|
Loading…
Add table
Reference in a new issue