Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Released a small open-source CLI for IP reputation checks

I’ve just released the NetRiskScan CLI on GitHub.

You can run it directly with:

npx netriskscan-cli check 17.241.200.160

NetRiskScan

IP 17.241.200.160
Index 94
Band excellent
Assessment complete

Network
Type public_infrastructure
Profile search_crawler
Service Applebot
Connection direct
ASN AS714
Organization Apple Inc.

Signals
Proxy No
VPN No
Tor No
Datacenter No
Scanner Unknown
Abuse No

Request ID req_37329cc8a83949c497b3f277d4f2f46f

Explore
GitHub https://github.com/TeamQQ/netriskscan-cli

I mainly built it because I wanted a quick way to check VPS/IP reputation from the terminal without opening a website every time.

It supports IPv4/IPv6, proxy/VPN/Tor checks, abuse signals, network classification, JSON output, batch processing and CI exit codes.

I’ve also been working on known infrastructure identification. For example, the IP above is recognized as Applebot rather than just a generic business/datacenter IP.

Source:
https://github.com/TeamQQ/netriskscan-cli

If you have any weird VPS, proxy, crawler or misclassified IPs, post them here. I’m looking for more edge cases to test.

Sign In or Register to comment.