checkip icon indicating copy to clipboard operation
checkip copied to clipboard

Consider adding DShield API from SANS.edu Internet Storm Center

Open jreisinger opened this issue 3 years ago • 1 comments

https://isc.sans.edu/api/

jreisinger avatar Apr 05 '22 14:04 jreisinger

$ while true; do ip=$(./randip); curl --silent "https://isc.sans.edu/api/ip/${ip}?json" | jq; sleep 2; done
{
  "ip": {
    "number": "104.213.54.128",
    "count": null,
    "attacks": null,
    "maxdate": null,
    "mindate": null,
    "updated": null,
    "comment": null,
    "maxrisk": null,
    "asabusecontact": "[email protected]",
    "as": 8075,
    "asname": "MICROSOFT-CORP-MSN-AS-BLOCK",
    "ascountry": "US",
    "assize": 44952576,
    "network": "104.208.0.0/13"
  }
}

jreisinger avatar Sep 03 '22 13:09 jreisinger