Skip to content

Hostname

thorn-api.adamnfish.io

Last fetched

thorn-api.adamnfish.io resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.

Nutrition Label

WHISPER CANON · thorn-api.adamnfish.ioRouting diversity5.2/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/thorn-api.adamnfish.io

Resolution chain

thorn-api.adamnfish.io resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.202.126.8118.202.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
3.248.137.663.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
3.248.60.813.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
34.246.240.14734.240.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
34.251.67.17034.248.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
52.31.154.15252.30.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.49.62.18752.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
54.228.49.11054.228.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
54.246.107.8454.246.0.0/17AS16509AMAZON-02 - Amazon.com, Inc.IE
54.78.20.22454.78.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.IE
99.80.143.19299.80.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE

WHOIS identity

No WHOIS records are currently associated with thorn-api.adamnfish.io in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from thorn-api.adamnfish.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "thorn-api.adamnfish.io"})-[: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.