Skip to content

Hostname

sw.my

Last fetched

sw.my resolves to 3 IPv4 addresses operated by AS140586 in MY.

Nutrition Label

WHISPER CANON · sw.myRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/sw.my

Resolution chain

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

IPPrefixASNOperatorCountry
103.82.231.117103.82.231.0/24AS140586MY
104.21.3.76104.21.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.130.120172.67.128.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with sw.my in WhisperGraph.

Subdomains

1 observed subdomain of sw.my.

Subdomain
www.sw.my

Web-graph footprint

Distinct hostnames that link to or from sw.my in the public web crawl.

23 sites linked to from this hostname.

Sample inbound links

Threat posture

History

Mail and authentication

MX records

  • sw.my

SPF policy

4 SPF mechanisms authorising senders for sw.my.

MechanismTarget
SPF_Asw.my
SPF_INCLUDEspf.antispamcloud.com
SPF_IP103.82.231.117
SPF_MXsw.my

Related pages

Pivot deeper into the graph from sw.my.

Cypher and MCP

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

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