Skip to content

Hostname

wmasque.com

Last fetched

wmasque.com resolves to 2 IPv4 addresses operated by AS-COLOCROSSING - HostPapa in US. WHOIS lists iana:1697 as the registrar.

Nutrition Label

WHISPER CANON · wmasque.comRouting diversity1.5/10Peering density6.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint8.0/10canon.whisper.security/host/wmasque.com

Resolution chain

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

IPPrefixASNOperatorCountry
155.94.251.5155.94.251.0/24AS36352AS-COLOCROSSING - HostPapaUS
155.94.251.50155.94.251.0/24AS36352AS-COLOCROSSING - HostPapaUS

WHOIS identity

Registrar
iana:1697
Organization
huang yan tao
Contact emails

Subdomains

1 observed subdomain of wmasque.com.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for wmasque.com.

MechanismTarget
SPF_INCLUDEstaging.npscanada.ca

Related pages

Pivot deeper into the graph from wmasque.com.

Cypher and MCP

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

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