Skip to content

Teronisos/ip-intelligence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose CI

IP Intelligence

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.

Screenshot


Set Environment Variables

Client

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)

Server

Create the .env.server file in /server/:
token=YOUR_ABUSEDBIP_TOKEN


Run with Docker Compose

Build and start the containers:

docker-compose build --no-cache
docker-compose up -d

About

Get information about ipv4 addresses

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published