Skip to content

Hostname

training.apiit.edu.my

Last fetched

training.apiit.edu.my resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.

Nutrition Label

WHISPER CANON · training.apiit.edu.myRouting diversity3.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/training.apiit.edu.my

Resolution chain

training.apiit.edu.my resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.228.0.21313.228.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
3.1.15.933.0.0.0/15AS16509AMAZON-02 - Amazon.com, Inc.SG
47.130.177.5347.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG
47.130.241.21747.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG
47.130.84.7347.128.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.SG
52.74.54.15352.74.0.0/16AS16509AMAZON-02 - Amazon.com, Inc.SG

WHOIS identity

No WHOIS records are currently associated with training.apiit.edu.my in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from training.apiit.edu.my in the public web crawl.

91 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for training.apiit.edu.my.

MechanismTarget
SPF_INCLUDE_spf.atlassian.net
SPF_INCLUDEenginemailer.org
SPF_INCLUDEspf.mailjet.com
SPF_INCLUDEspf.protection.outlook.com

Related pages

Pivot deeper into the graph from training.apiit.edu.my.

Cypher and MCP

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

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