Hostname
file.fm
Last fetched
file.fm resolves to 2 IPv4 addresses operated by AS12578 in LV.
Nutrition Label
Resolution chain
file.fm resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 80.232.242.211 | 80.232.128.0/17 | AS12578 | — | LV |
| 80.232.243.188 | 80.232.128.0/17 | AS12578 | — | LV |
WHOIS identity
No WHOIS records are currently associated with file.fm in WhisperGraph.
Subdomains
3 observed subdomains of file.fm.
Web-graph footprint
Distinct hostnames that link to or from file.fm in the public web crawl.
23 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
15 SPF mechanisms authorising senders for file.fm.
| Mechanism | Target |
|---|---|
| SPF_A | file.fm |
| SPF_A | mail.failiem.lv |
| SPF_A | mail.files.fm |
| SPF_A | procmail.file.fm |
| SPF_A | procmail.files.fm |
| SPF_A | web.hosts.lv |
| SPF_IP | 159.148.57.3 |
| SPF_IP | 178.16.26.152 |
| SPF_IP | 178.16.26.153 |
| SPF_IP | 80.81.57.67 |
| SPF_IP | 80.81.57.70/32 |
| SPF_IP | 80.81.57.71/32 |
| SPF_IP | 81.198.74.249 |
| SPF_IP | 87.110.219.20 |
| SPF_MX | file.fm |
Related pages
Pivot deeper into the graph from file.fm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "file.fm"})-[: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.