Skip to content

Hostname

www.techgaged.com

Last fetched

www.techgaged.com resolves to 2 IPv4 addresses operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
157.245.81.34157.245.80.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS
79.98.25.1579.98.24.0/21AS212531INTERNETO-VIZIJALT

WHOIS identity

No WHOIS records are currently associated with www.techgaged.com in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for www.techgaged.com.

MechanismTarget
SPF_Awww.techgaged.com
SPF_INCLUDEspf.serveriai.lt
SPF_MXwww.techgaged.com

Related pages

Pivot deeper into the graph from www.techgaged.com.

Cypher and MCP

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

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