AS401573 · route server · operational

Drop the threat
before it reaches
your firewall.

BlackHawk is a BGP blackhole route server. Bring up one eBGP session and your routers start discarding traffic to command-and-control servers, malware hosts, ransomware infrastructure, aggressive scanners and entire hostile networks — in hardware, at line rate, before any of it touches a firewall rule or an IDS.

178,017
Threat prefixes
19
Threat categories
240
Countries available
46
Intel sources

Live from the routing table, refreshed every 5 minutes. Per-country blocking adds a further 331,521 prefixes of registry data — off by default, and enabled one country at a time.

// 01Blackhole + sinkhole

See the infections you already have

Most blocking tools throw the packet away and tell you nothing. Point the blackhole next-hop at a sinkhole collector instead and every blocked attempt names the internal host that made it — turning your perimeter into a detection surface for machines that are already compromised.

Blackhole + sinkhole telemetry
C2 SERVER198.51.100.44INTERNETINFECTED HOST192.168.1.105ENTERPRISE LANEDGE ROUTERforwardingBLACKHAWKAS401573 · eBGP198.51.100.44/32large-comm 401573:1:101SINKHOLE10.255.255.254SOC ALERT

Infected host beacons out

A workstation on the corporate LAN is already compromised. Its implant opens a session to a known C2 server at 198.51.100.44. Nothing on the endpoint reports this.

// 02What you gain

Enforcement where you already have capacity

Your routers can already discard millions of packets per second without breaking a sweat. BlackHawk simply tells them what to discard.

Dropped upstream of your firewall
INTERNETScanner sweepsource in SCANNER_MALICIOUSC2 infrastructuresource in C2 / BOTNETLegitimate customernot in any feedBlackHawk AS401573eBGP · blackhole routesEDGE ROUTERyour borderloose uRPFsource has no routeFIREWALLstateful · IPS1 session openedinspecting only unknownsYOUR SERVERSunchanged either waylegitimate traffic onlyDiscarded in the forwarding table. No session, no inspection, no log line.
A blackhole route is a destination route: on its own it stops your hosts reaching a bad address. Pair it with loose uRPF and the same routes drop unsolicited inbound traffic by source, in the FIB, at line rate — before your firewall spends a session slot and an inspection cycle deciding to deny it. Your firewall keeps its capacity for traffic that actually needs a decision.
LINE RATE

Enforcement in silicon, not software

Forwarding-plane drops cost you nothing. No firewall state table, no IDS inspection budget, no proxy licence tier scaling with the size of your threat list.

INSIDE-OUT

Find hosts that are already infected

Sinkhole the blackhole next-hop and every blocked beacon identifies the internal machine that sent it. Detection without deploying an agent on the endpoint.

SECONDS

Policy changes without a session flap

Toggling a category rewrites your export filter and issues a route refresh. The session stays up; the routes change underneath it.

EGRESS-ONLY

We never accept a route from you

Inbound is rejected at policy for every peer, unconditionally. BlackHawk cannot be used to leak or hijack a prefix through your session.

GRANULAR

Per-category, per-country control

Block C2 and ransomware but keep research scanners. Drop three countries and nothing else. Your policy, changed whenever you like.

DUAL STACK

IPv4 and IPv6, equally

Both families are carried on the same session with correct MP-BGP next-hops. IPv6 threats are not an afterthought.

STANDARDS

Plain BGP your gear already speaks

RFC 7999 blackhole community, RFC 8092 large communities for classification, optional MD5 and RFC 5082 GTSM. No agent, no appliance, no tunnel.

VISIBILITY

Counts, trends and session state

See exactly how many prefixes you are receiving, broken down by category, with 30-day history and live session status.

ZERO-DAY

Operator injection when it matters

When something is actively burning, our operators can push a prefix to every subscriber immediately rather than waiting on the next feed cycle.

// 03Feed catalogue

Subscribe to exactly what you want dropped

Every category is a switch in your dashboard. Flip one and the change reaches your router in seconds over the existing session — no reconnect, no flap, no ticket.

BlackHawk Emergency Injections
ADMIN_EMERGENCY
0
Command & Control
C2
46,001
Malware Distribution
MALWARE
41,360
Ransomware Infrastructure
RANSOMWARE
94
Phishing Hosts
PHISHING
5,956
Adware & Malvertising
ADWARE
0
Botnet Nodes
BOTNET
10,118
Spam Sources
SPAM
13,592
Exploit & Attack Hosts
EXPLOIT
36,286
Cryptomining Pools
CRYPTOMINING
180
Bulletproof / Hijacked Ranges
BULLETPROOF
4,839
Compromised Hosts
COMPROMISED
4,988
Brute Force / Credential Attacks
BRUTEFORCE
32,952
Community-Reported Abuse
ABUSE_REPORTED
70,187
Tor Exit Nodes
TOR_EXIT
1,372
Open Proxies & Anonymizers
OPEN_PROXY
3,157
Rogue ASN Drop List
ASN_DROP
9,326
Malicious Scanners
SCANNER_MALICIOUS
19,174
Benign Research Scanners
SCANNER_RESEARCH
18,817
GeoIP by country
GEO_* · 240 available
opt-in

GeoIP ranges are derived from the five regional internet registries and are opt-in per country. Benign research scanners (Shodan, Censys, Shadowserver) are a separate, off-by-default category — plenty of teams want their exposure measured.

// 04Integration

Two sessions. Your vendor, your syntax.

Sign up, tell us your peer address and ASN, and paste the config we generate. You peer with every BlackHawk node, so losing one costs you nothing. Both sessions are egress-only: BlackHawk advertises to you and rejects every route you send.

! BlackHawk AS401573 - RTBH feed
! Discard interfaces: everything black-holed lands here.
ip route 192.0.2.1 255.255.255.255 Null0
ipv6 route 100::1/128 Null0
!
! Advertise nothing back.
ip prefix-list BH-NO-EXPORT seq 5 deny 0.0.0.0/0 le 32
ipv6 prefix-list BH-NO-EXPORT-V6 seq 5 deny ::/0 le 128
!
route-map BLACKHAWK-IN permit 10
 set ip next-hop 192.0.2.1
 set ipv6 next-hop 100::1
!
router bgp 65001
 bgp log-neighbor-changes
 neighbor 68.183.61.178 remote-as 401573
 neighbor 68.183.61.178 description BlackHawk threat route server (nyc3)
 neighbor 68.183.61.178 password <generate-your-md5-key-first>
 neighbor 68.183.61.178 ebgp-multihop 64
 !
 neighbor 144.126.216.83 remote-as 401573
 neighbor 144.126.216.83 description BlackHawk threat route server (sfo3)
 neighbor 144.126.216.83 password <generate-your-md5-key-first>
 neighbor 144.126.216.83 ebgp-multihop 64
 !
 address-family ipv4
  neighbor 68.183.61.178 activate
  neighbor 68.183.61.178 send-community both
  neighbor 68.183.61.178 route-map BLACKHAWK-IN in
  neighbor 68.183.61.178 prefix-list BH-NO-EXPORT out
  neighbor 68.183.61.178 maximum-prefix 500000 90
  !
  neighbor 144.126.216.83 activate
  neighbor 144.126.216.83 send-community both
  neighbor 144.126.216.83 route-map BLACKHAWK-IN in
  neighbor 144.126.216.83 prefix-list BH-NO-EXPORT out
  neighbor 144.126.216.83 maximum-prefix 500000 90
 exit-address-family
 !
 address-family ipv6
  neighbor 68.183.61.178 activate
  neighbor 68.183.61.178 send-community both
  neighbor 68.183.61.178 route-map BLACKHAWK-IN in
  neighbor 68.183.61.178 prefix-list BH-NO-EXPORT-V6 out
  neighbor 68.183.61.178 maximum-prefix 500000 90
  !
  neighbor 144.126.216.83 activate
  neighbor 144.126.216.83 send-community both
  neighbor 144.126.216.83 route-map BLACKHAWK-IN in
  neighbor 144.126.216.83 prefix-list BH-NO-EXPORT-V6 out
  neighbor 144.126.216.83 maximum-prefix 500000 90
 exit-address-family
Placeholder values. Your dashboard generates this with your real peering address, ASN and MD5 key once you sign up. Point 192.0.2.1 at a sinkhole collector instead of a discard route if you want to identify infected internal hosts.
// 05Guardrails

A blackhole feed is dangerous. This one is built like it.

Handing another network authority over your routing table deserves scrutiny. Here is exactly what stops BlackHawk from breaking your estate.

An immutable never-blackhole safelist

RFC 1918 space, loopback, link-local, the public resolvers, the DNS root servers and the documentation ranges can never enter the table. Matching is by overlap in both directions, so announcing a supernet of a protected address is refused just as firmly as the address itself.

Breadth limits that stop the obvious catastrophe

Nothing broader than a /8 (IPv4) or /19 (IPv6) is accepted from any source, so a malformed feed cannot advertise a default route and black-hole the internet for every subscriber at once.

Feeds that shrink or explode are refused

A source returning far fewer prefixes than last time, more than its configured ceiling, or nothing at all is rejected outright and the previous data is retained. Silent truncation upstream does not become a silent gap in your protection.

You choose the next-hop, so you choose the behaviour

Discard to null0, or divert to a collector and keep the telemetry. BlackHawk advertises the prefix; what your router does with it stays entirely your decision.

Free while we build
the community.

No cost, no card, no prefix cap. Sign in with your Google Workspace or Microsoft Entra account, or verify a business email address.