Hostname
filesmonster.com
Last fetched
filesmonster.com resolves to 1 IPv4 address operated by SCALAXY-AS in NL. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
filesmonster.com 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 |
|---|---|---|---|---|
| 5.45.85.23 | 5.45.84.0/22 | AS58061 | SCALAXY-AS | NL |
WHOIS identity
- Registrar
- iana:303
- Organization
- domain admin
- Contact emails
Subdomains
16 observed subdomains of filesmonster.com.
Showing 12 of 16. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from filesmonster.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for filesmonster.com.
| Mechanism | Target |
|---|---|
| SPF_A | filesmonster.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | pepipost.net |
| SPF_INCLUDE | sparkpostmail.com |
| SPF_INCLUDE | zoho.eu |
| SPF_IP | 37.228.129.123 |
| SPF_IP | 89.207.129.40/32 |
Related pages
Pivot deeper into the graph from filesmonster.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "filesmonster.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.