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
I Built a Threat Intelligence Tool That Maps Malicious IPs in Real Time
How-ToSecurity

I Built a Threat Intelligence Tool That Maps Malicious IPs in Real Time

via Dev.toshyn2w ago

What I Built The Breadcrumb Engine is a Python tool that takes a list of IP addresses and plots them on an interactive dark-mode map, enriched with real-time threat intelligence from VirusTotal. Each IP is colour-coded by risk level and the full dataset is exportable as CSV. 🟒 Green β†’ 0–4% (Clean) 🟠 Orange β†’ 5–14% (Suspicious) πŸ”΄ Red β†’ 15%+ (Malicious) The Stack Streamlit β€” web UI with zero frontend code Folium β€” interactive map rendering on a CartoDB dark basemap VirusTotal API β€” aggregates 90+ security vendor votes per IP ipinfo.io β€” HTTPS geolocation pandas β€” data handling and CSV export What I Learned 1. Never hardcode API keys This seems obvious but it's easy to slip up when prototyping. The fix is simple β€” use environment variables: VT_API_KEY = os . environ . get ( " VT_API_KEY " ) And on Mac, make it permanent: echo 'export VT_API_KEY="your_key_here"' >> ~/.zshrc source ~/.zshrc 2. HTTP geolocation is a MITM risk The original version used http://ip-api.com β€” plain HTTP. On a clo

Continue reading on Dev.to

Opens in a new tab

Read Full Article
8 views

Related Articles

RHAPSODY OF REALITIES - 26TH MARCH 2026
"In Nehemiah’s day, as the people built the wall of…
How-To

RHAPSODY OF REALITIES - 26TH MARCH 2026 "In Nehemiah’s day, as the people built the wall of…

Medium Programming β€’ 6d ago

How to Actually Make Money with a "Free" App
How-To

How to Actually Make Money with a "Free" App

Medium Programming β€’ 6d ago

How-To

Building a Runtime with QuickJS

Lobsters β€’ 6d ago

I can't stop talking about the Ninja Creami Swirl - and it's on sale at Amazon right now
How-To

I can't stop talking about the Ninja Creami Swirl - and it's on sale at Amazon right now

ZDNet β€’ 6d ago

How-To

Do Beginners Still SearchΒ "How to Code"?

Medium Programming β€’ 6d ago

Discover More Articles