Hostname
rfi.my
Last fetched
rfi.my resolves to 8 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE.
Nutrition Label
Resolution chain
rfi.my resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.102.38.241 | 104.102.32.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 2.21.65.32 | 2.21.65.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 2.21.65.6 | 2.21.65.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 23.10.163.106 | 23.10.128.0/18 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | CA |
| 23.205.8.205 | 23.205.0.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.36.162.12 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 23.36.162.9 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 - Akamai International B.V. | DE |
| 23.67.139.237 | 23.67.128.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
WHOIS identity
- Registrar
- —
- Organization
- ip mirror (malaysia) sdn. bhd. (551956-k) 30-04 level 30, menara landmark
- Contact emails
- —
Subdomains
1 observed subdomain of rfi.my.
| Subdomain |
|---|
| www.rfi.my |
Web-graph footprint
Distinct hostnames that link to or from rfi.my in the public web crawl.
444 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for rfi.my.
| Mechanism | Target |
|---|---|
| SPF_IP | 195.68.70.119 |
| SPF_IP | 195.68.70.122 |
| SPF_MX | rfi.my |
Related pages
Pivot deeper into the graph from rfi.my.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rfi.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.