Hypatia/scripts/0threatfox.sh
Tad a545ae6b63
Parser updates
Signed-off-by: Tad <tad@spotco.us>
2023-12-28 18:14:28 -05:00

5 lines
226 B
Bash

#!/bin/sh
#License: CC0
#Description: Hypatia conversion script for https://threatfox.abuse.ch/export/csv/sha256/full/ (CC0)
tail -n +10 full_sha256.csv | awk '{ print $4 } ' | sed 's/^"//' | sed 's/",$//' > threatfox.sha256