dshield-intelfeel-ips
- print all IPs from the DShield API's Intelfeed to STDOUT
dshield-intelfeel-ips
is a quick-and-dirty command line tool to retrieve and output the IPs currently on the DShield API's Intelfeed.
$ ./dshield-intelfeed-ips -h
./dshield-intelfeed-ips
Retrieve and output the IPs on DShield API's Intelfeed endpoint
(https://isc.sans.edu/api/#intelfeed).
Usage: (-h|-email [email protected])
$
$ ./dshield-intelfeed-ips -email [email protected]
192.2.0.3
192.2.0.29
198.18.74.3
198.18.74.5
198.18.127.192
...
Precompiled releases are currently available on our Releases page for the following platforms and architectures:
- Linux (i386 and x86_64)
- macOS (x86_64 and arm64)
- Windows (i386 and x86_64)
Look for a release that ends in .tar.gz or .zip. Download the release archive
for your platform and architecture. Uncompress the archive and you'll see an
eponymous folder. In that folder, you'll find the dshield-intelfeed-ips
program.
Copy that program to wherever you want it to live, and start using it.
Prebuilt packages are currently available on our Releases page in the following formats:
- .deb (Ubuntu or Debian)
- .rpm (RedHat or CentOS)
On Ubuntu or Debian, use dpkg -i /path/to/the.deb
as root. On RedHat or
CentOS, rpm -i /path/to/the.rpm
as root. dshield-intelfeed-ips
will be
installed in to /usr/bin/dshield-intelfeed-ips
.
dshield-intelfeed-ips
is written in Go, so you'll need a reasonably recent
version of Go (1.16+). This project aims to maintain support for the two most
recent major versions of the Go compiler.
With this in place, simply run:
$ go install github.com/PatrickCronin/dshield-intelfeed-ips/cmd/dshield-intelfeed-ips@latest
which will install dshield-intelfeed-ips
into the directory named by the
GOBIN
environment variable, which defaults to $GOPATH/bin
or $HOME/go/bin
if the GOPATH
environment variable is not set.
Bugs and other issues can be reported by filing an issue on our GitHub issue tracker.
This software is Copyright (c) 2021 by Patrick Cronin.
This is free software, licensed under the terms of the MIT License.