Skip to content

Hostname

dev.firm24.com

Last fetched

dev.firm24.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in NL.

Nutrition Label

WHISPER CANON · dev.firm24.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dev.firm24.com

Resolution chain

dev.firm24.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.239.36.4318.239.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.36.4918.239.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.36.5018.239.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
18.239.36.7518.239.32.0/21AS16509AMAZON-02 - Amazon.com, Inc.NL
3.174.230.263.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.803.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.853.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL
3.174.230.923.174.224.0/21AS16509AMAZON-02 - Amazon.com, Inc.PL

WHOIS identity

No WHOIS records are currently associated with dev.firm24.com in WhisperGraph.

Subdomains

2 observed subdomains of dev.firm24.com.

Threat posture

History

Related pages

Pivot deeper into the graph from dev.firm24.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dev.firm24.com"})-[: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.