Skip to content

Instantly share code, notes, and snippets.

@andrew-morris
Created December 10, 2021 18:38
Show Gist options
  • Save andrew-morris/90ca1bcd1160e9232c33e9972a919cea to your computer and use it in GitHub Desktop.
Save andrew-morris/90ca1bcd1160e9232c33e9972a919cea to your computer and use it in GitHub Desktop.
curl -s https://gist.githubusercontent.com/gnremy/c546c7911d5f876f263309d7161a7217/raw/170f7d6cf92172443ecc68db0b6cbd4d8226a398/CVE-2021-44228_IPs.csv | cut -d, -f1 | while read ip;do curl -XGET -s https://api.greynoise.io/v3/community/$ip;done | jq -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment