Skip to content

Hostname

goyal.drminc.com

Last fetched

goyal.drminc.com resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US.

Nutrition Label

WHISPER CANON · goyal.drminc.comRouting diversity1.5/10Peering density6.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/goyal.drminc.com

Resolution chain

goyal.drminc.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
206.81.0.209206.82.116.0/24AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCUS

WHOIS identity

No WHOIS records are currently associated with goyal.drminc.com in WhisperGraph.

Subdomains

6 observed subdomains of goyal.drminc.com.

Threat posture

History

Mail and authentication

MX records

  • goyal.drminc.com

SPF policy

3 SPF mechanisms authorising senders for goyal.drminc.com.

MechanismTarget
SPF_Agoyal.drminc.com
SPF_IP206.81.0.209
SPF_MXgoyal.drminc.com

Related pages

Pivot deeper into the graph from goyal.drminc.com.

Cypher and MCP

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

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