Hostname
files.raffer.one
Last fetched
files.raffer.one resolves to 1 IPv4 address operated by AS59210 in SG.
Nutrition Label
Resolution chain
files.raffer.one resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 131.153.49.142 | 131.153.49.0/24 | AS59210 | — | SG |
WHOIS identity
No WHOIS records are currently associated with files.raffer.one in WhisperGraph.
Subdomains
1 observed subdomain of files.raffer.one.
| Subdomain |
|---|
| www.files.raffer.one |
Web-graph footprint
Distinct hostnames that link to or from files.raffer.one in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for files.raffer.one.
| Mechanism | Target |
|---|---|
| SPF_A | files.raffer.one |
| SPF_IP | 103.6.206.110 |
| SPF_IP | 131.153.49.138 |
| SPF_MX | files.raffer.one |
Related pages
Pivot deeper into the graph from files.raffer.one.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "files.raffer.one"})-[: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.