Black Lantern Security
Login

API Platform

RESTful APIs hosted on *.api.bbot.io designed for OSINT and red team engagements, powering BBOT and free for everyone at 10 requests/minute.

Get Unlimited API Access

asndb.api.bbot.io

Instant ASN search and lookup, updated daily.

$ curl -s https://asndb.api.bbot.io/v1/ip/1.1.1.1
{
  "ip": "1.1.1.1",
  "asn": 13335,
  "asn_name": "CLOUDFLARENET",
  "org": "Cloudflare, Inc.",
  "org_id": "CLOUD14-ARIN",
  "country": "US",
  "rir": "ARIN",
  "subnets": null
}

cloudcheck.api.bbot.io

Check whether an IP belongs to a cloud provider.

$ curl -s https://cloudcheck.api.bbot.io/1.1.1.1
[
  {
    "name": "Cloudflare",
    "tags": [
      "waf"
    ],
    "short_description": "Cloudflare",
    "long_description": "A web infrastructure and security company providing content delivery network services, DDoS mitigation, and web security solutions."
  }
]