Skip to content

Hostname

detectamet.com

Last fetched

detectamet.com resolves to 3 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:1515 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
167.172.18.92167.172.16.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
172.66.41.10172.66.40.0/21AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.66.42.246172.66.40.0/21AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1515
Organization
sean smith
Contact emails

Subdomains

9 observed subdomains of detectamet.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for detectamet.com.

MechanismTarget
SPF_INCLUDE143293424.spf01.hubspotemail.net
SPF_INCLUDEspf.exclaimer.net
SPF_INCLUDEspf.protection.outlook.com
SPF_IP185.161.18.47

Related pages

Pivot deeper into the graph from detectamet.com.

Cypher and MCP

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

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