Skip to content

Hostname

dnserv.com

Last fetched

dnserv.com resolves to 1 IPv4 address operated by AKAMAI-LINODE-AP Akamai Connected Cloud in GB. WHOIS lists iana:48 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
178.79.132.109178.79.128.0/18AS63949AKAMAI-LINODE-AP Akamai Connected CloudGB

WHOIS identity

Registrar
iana:48
Organization
whois agent
Contact emails

Subdomains

125 observed subdomains of dnserv.com.

Threat posture

History

Mail and authentication

SPF policy

14 SPF mechanisms authorising senders for dnserv.com.

MechanismTarget
SPF_IP178.79.132.109
SPF_IP185.53.12.146
SPF_IP185.53.12.18
SPF_IP185.53.12.22
SPF_IP185.53.12.46
SPF_IP185.53.12.56
SPF_IP185.53.12.67
SPF_IP185.53.12.7
SPF_IP185.53.12.8
SPF_IP185.53.12.97
SPF_IP91.185.198.8
SPF_IP91.185.204.16
SPF_IP91.185.204.65/32
SPF_IP91.185.204.87

Related pages

Pivot deeper into the graph from dnserv.com.

Cypher and MCP

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

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