Created
September 17, 2014 17:02
-
-
Save bsmartt13/efa02c40ea12c09d9c3a to your computer and use it in GitHub Desktop.
OTX IP Reputation download links (updated hourly)
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
https://reputation.alienvault.com/reputation.generic.gz | |
https://reputation.alienvault.com/reputation.generic | |
https://reputation.alienvault.com/reputation.data | |
https://reputation.alienvault.com/reputation.snort.gz | |
https://reputation.alienvault.com/reputation.snort | |
https://reputation.alienvault.com/reputation.iptables.gz | |
https://reputation.alienvault.com/reputation.iptables | |
https://reputation.alienvault.com/reputation.squid.gz | |
https://reputation.alienvault.com/reputation.squid | |
https://reputation.alienvault.com/reputation.unix.gz | |
https://reputation.alienvault.com/reputation.unix |
Is it possible to pull IP addresses in a list with https://reputation.alienvault.com/reputation.generic automatically (GET or POST method)?
Is it possible to pull IP addresses in a list with https://reputation.alienvault.com/reputation.generic automatically (GET or POST method)?
Yes, you can by using something like the following, in a Unix-like shell:
curl "https://reputation.alienvault.com/reputation.generic" | grep -E -o "([0-9]{1,3}[\.]){3}[0-9]{1,3}" > /path/to/output.txt
(Got some help from here: https://unix.stackexchange.com/a/390252)
Edit: I know this is an old question, but I added the answer for anyone else who may be asking it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Query the data set in real time via http://www.alienvault.com/apps/rep_monitor/ip/62.149.140.128