Skip to content

Hostname

about.contact

Last fetched

about.contact resolves to 3 IPv4 addresses operated by ACE-AS-AP - ACE in SG. WHOIS lists iana:3938 as the registrar.

Nutrition Label

WHISPER CANON · about.contactRouting diversity3.0/10Peering density8.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint4.0/10canon.whisper.security/host/about.contact

Resolution chain

about.contact resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
43.169.12.11543.169.12.0/24AS139341ACE-AS-AP - ACESG
43.169.13.11543.169.13.0/24AS139341ACE-AS-AP - ACESG
43.169.14.11543.169.14.0/24AS139341ACE-AS-AP - ACESG

WHOIS identity

Registrar
iana:3938
Organization
contact privacy inc. customer 12410432246
Contact emails

Subdomains

5 observed subdomains of about.contact.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for about.contact.

MechanismTarget
SPF_INCLUDE_netblocks.m.feishu.cn

Related pages

Pivot deeper into the graph from about.contact.

Cypher and MCP

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

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