Skip to content

Hostname

abd.es

Last fetched

abd.es resolves to 1 IPv4 address operated by AS56958 in ES.

Nutrition Label

WHISPER CANON · abd.esRouting diversity1.5/10Peering density4.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/abd.es

Resolution chain

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

IPPrefixASNOperatorCountry
178.211.133.46178.211.133.0/24AS56958ES

WHOIS identity

No WHOIS records are currently associated with abd.es in WhisperGraph.

Subdomains

7 observed subdomains of abd.es.

Web-graph footprint

Distinct hostnames that link to or from abd.es in the public web crawl.

17 sites link to this hostname.

140 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for abd.es.

MechanismTarget
SPF_EXISTS%{ir}._spf.msdp1.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP178.211.133.46
SPF_IP178.211.133.51/24
SPF_IP2.136.216.18
SPF_IP20.123.182.146
SPF_IP20.93.203.168/32
SPF_IP2a12:d280:100:46:0:0:0:0
SPF_IP51.144.183.77/32
SPF_IP51.83.52.216
SPF_IP80.59.28.133
SPF_IP91.134.184.238

Related pages

Pivot deeper into the graph from abd.es.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "abd.es"})-[: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.