Skip to content

Hostname

espnfc.com.my

Last fetched

espnfc.com.my resolves to 10 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · espnfc.com.myRouting diversity5.2/10Peering density9.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/espnfc.com.my

Resolution chain

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

IPPrefixASNOperatorCountry
100.30.91.185100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
108.128.53.147108.128.0.0/13AS16509AMAZON-02 - Amazon.com, Inc.IE
18.214.56.24118.208.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
3.229.218.903.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
35.175.16.16935.168.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.204.143.25052.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.30.81.21952.30.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.IE
52.54.122.20152.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.157.168.21954.156.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.205.74.17854.204.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with espnfc.com.my in WhisperGraph.

Subdomains

2 observed subdomains of espnfc.com.my.

Threat posture

History

Related pages

Pivot deeper into the graph from espnfc.com.my.

Cypher and MCP

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

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