Extract IPv4 addresses from logs, perform lookups, and check if they are reachable.
Lookup information is provided by abuseipdb.com.
Try the live demo here.
Create .env file in /client/web-ip-intelligence/:
PORT=4000
REACT_APP_API_URL=NODE_SERVER_ENDPOINT (most of the time the ip of your server)
Create the .env.server file in /server/:
token=YOUR_ABUSEDBIP_TOKEN
Build and start the containers:
docker-compose build --no-cache
docker-compose up -d