Hostname
m.f64.ro
Last fetched
m.f64.ro resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
m.f64.ro 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 |
|---|---|---|---|---|
| 18.161.34.108 | 18.161.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.34.14 | 18.161.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.34.69 | 18.161.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.34.88 | 18.161.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.122.12 | 3.168.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.122.128 | 3.168.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.122.43 | 3.168.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.122.94 | 3.168.122.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with m.f64.ro in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from m.f64.ro in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for m.f64.ro.
| Mechanism | Target |
|---|---|
| SPF_A | m.f64.ro |
| SPF_IP | 173.192.104.145/32 |
| SPF_IP | 185.104.182.84 |
| SPF_IP | 185.104.182.87 |
| SPF_IP | 89.45.173.9 |
| SPF_IP | 93.115.114.86 |
| SPF_IP | 93.115.114.87 |
| SPF_MX | m.f64.ro |
Related pages
Pivot deeper into the graph from m.f64.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "m.f64.ro"})-[: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.