Skip to content

Hostname

master-x.com

Last fetched

master-x.com resolves to 1 IPv4 address operated by EMA in NL. WHOIS lists iana:1449 as the registrar.

Nutrition Label

WHISPER CANON · master-x.comRouting diversity1.5/10Peering density3.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.2/10canon.whisper.security/host/master-x.com

Resolution chain

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

IPPrefixASNOperatorCountry
188.72.238.130188.72.238.0/24AS35415EMANL

WHOIS identity

Registrar
iana:1449
Organization
direct privacy
Contact emails

Subdomains

4 observed subdomains of master-x.com.

Web-graph footprint

Distinct hostnames that link to or from master-x.com in the public web crawl.

81 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for master-x.com.

MechanismTarget
SPF_IP188.72.238.130
SPF_IP206.54.164.60

Related pages

Pivot deeper into the graph from master-x.com.

Cypher and MCP

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

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