Skip to content

Hostname

deroy.dropmark.com

Last fetched

deroy.dropmark.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
52.85.129.10052.85.129.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.129.10452.85.129.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.129.5152.85.129.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
52.85.129.6752.85.129.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.10199.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.3299.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.3899.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.599.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with deroy.dropmark.com in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from deroy.dropmark.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

Related pages

Pivot deeper into the graph from deroy.dropmark.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "deroy.dropmark.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.