Skip to content

Hostname

bot-api.l2f.run

Last fetched

bot-api.l2f.run resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · bot-api.l2f.runRouting diversity3.9/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/bot-api.l2f.run

Resolution chain

bot-api.l2f.run resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.119.179.6418.128.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.US
3.13.52.1953.13.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.US
3.136.126.583.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.136.8.2213.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.137.64.1063.136.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.146.185.1063.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.150.100.133.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.151.179.143.144.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.US
3.17.86.1993.16.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with bot-api.l2f.run in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from bot-api.l2f.run.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "bot-api.l2f.run"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.