Skip to content

Hostname

alan.sg

Last fetched

alan.sg resolves to 1 IPv4 address operated by ALIBABA-CN-NET Alibaba US Technology Co., Ltd. in SG.

Nutrition Label

WHISPER CANON · alan.sgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/alan.sg

Resolution chain

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

IPPrefixASNOperatorCountry
47.241.213.3647.241.128.0/17AS45102ALIBABA-CN-NET Alibaba US Technology Co., Ltd.SG

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Web-graph footprint

Distinct hostnames that link to or from alan.sg in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

4 SPF mechanisms authorising senders for alan.sg.

MechanismTarget
SPF_Aalan.sg
SPF_INCLUDE_spf.vodien.com
SPF_IP101.100.203.60
SPF_MXalan.sg

Related pages

Pivot deeper into the graph from alan.sg.

Cypher and MCP

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

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