FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
AbuseIPDB Has a Free API — Check If Any IP Address Is Malicious in One Request
NewsSystems

AbuseIPDB Has a Free API — Check If Any IP Address Is Malicious in One Request

via Dev.to TutorialAlex Spinov2h ago

The Story Last month I noticed unusual traffic hitting one of my scraping servers. Thousands of requests from a handful of IPs. Before blocking them, I needed to know: are these actual attackers, or just aggressive bots? That is when I found AbuseIPDB — a crowdsourced IP reputation database with a free API. The API # Check an IP address curl -s "https://api.abuseipdb.com/api/v2/check" \ -H "Key: YOUR_API_KEY" \ -H "Accept: application/json" \ -G -d "ipAddress=118.25.6.39" -d "maxAgeInDays=90" Response: { "data" : { "ipAddress" : "118.25.6.39" , "isPublic" : true , "abuseConfidenceScore" : 100 , "countryCode" : "CN" , "isp" : "Tencent Cloud Computing" , "totalReports" : 1847 , "lastReportedAt" : "2026-03-24T12:00:00+00:00" } } abuseConfidenceScore: 100 = definitely malicious. Block it. What You Get For any IP address: Abuse confidence score (0-100) Country and ISP Number of reports from the community Categories of abuse (brute force, DDoS, spam, etc.) Last reported date Practical Use: A

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
0 views

Related Articles

Amazon just bought a startup making kid-size humanoid robots
News

Amazon just bought a startup making kid-size humanoid robots

TechCrunch • 55m ago

News

The Fragile Thread

Medium Programming • 1h ago

Accel, Prosus pick six ‘off-the-map’ startups for inaugural India cohort
News

Accel, Prosus pick six ‘off-the-map’ startups for inaugural India cohort

TechCrunch • 2h ago

Quantum Supremacy vs. Quantum Advantage: State of The Union
News

Quantum Supremacy vs. Quantum Advantage: State of The Union

Medium Programming • 2h ago

Instagram and Facebook are about to be filled with affiliate content
News

Instagram and Facebook are about to be filled with affiliate content

The Verge • 2h ago

Discover More Articles