Skip to content

Hostname

hostmaster.aetsa.com

Last fetched

hostmaster.aetsa.com resolves to 2 IPv4 addresses operated by AS15704 in ES.

Nutrition Label

WHISPER CANON · hostmaster.aetsa.comRouting diversity2.4/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/hostmaster.aetsa.com

Resolution chain

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

IPPrefixASNOperatorCountry
207.188.162.106207.188.160.0/21AS15704ES
34.77.10.2034.77.0.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCBE
34.77.10.2034.77.0.0/20AS396982GOOGLE-CLOUD-PLATFORM - Google LLCBE

WHOIS identity

No WHOIS records are currently associated with hostmaster.aetsa.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

SPF policy

1 SPF mechanism authorising senders for hostmaster.aetsa.com.

MechanismTarget
SPF_INCLUDE_spf.srv.cat

Related pages

Pivot deeper into the graph from hostmaster.aetsa.com.

Cypher and MCP

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

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