Hostname
files.22220803.com
Last fetched
files.22220803.com resolves to 2 IPv4 addresses operated by AS60631 in DE.
Nutrition Label
Resolution chain
files.22220803.com 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 |
|---|---|---|---|---|
| 185.204.197.40 | 185.204.197.0/24 | AS60631 | — | DE |
| 82.115.20.86 | 82.115.20.0/24 | AS212552 | — | DE |
WHOIS identity
No WHOIS records are currently associated with files.22220803.com in WhisperGraph.
Subdomains
1 observed subdomain of files.22220803.com.
| Subdomain |
|---|
| www.files.22220803.com |
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for files.22220803.com.
| Mechanism | Target |
|---|---|
| SPF_A | files.22220803.com |
| SPF_IP | 82.115.20.86 |
| SPF_IP | 91.107.177.26 |
| SPF_MX | files.22220803.com |
Related pages
Pivot deeper into the graph from files.22220803.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "files.22220803.com"})-[: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.