Hostname
nextfiles.one
Last fetched
nextfiles.one resolves to 2 IPv4 addresses operated by AS24940 in DE. WHOIS lists iana:1345 as the registrar.
Nutrition Label
Resolution chain
nextfiles.one 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 |
|---|---|---|---|---|
| 195.201.126.192 | 195.201.0.0/16 | AS24940 | — | DE |
| 91.98.233.28 | 91.98.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1345
- Organization
- —
- Contact emails
- —
Subdomains
24 observed subdomains of nextfiles.one.
Web-graph footprint
Distinct hostnames that link to or from nextfiles.one in the public web crawl.
5 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for nextfiles.one.
| Mechanism | Target |
|---|---|
| SPF_A | apiato.com |
| SPF_A | nextfiles.one |
| SPF_IP | 116.203.34.117 |
| SPF_IP | 167.235.15.236 |
| SPF_IP | 195.201.126.192 |
| SPF_IP | 94.130.191.141 |
| SPF_MX | gigawebhost.com |
| SPF_MX | nextfiles.one |
| SPF_MX | ocloud.de |
| SPF_MX | s89.fbserver.de |
Related pages
Pivot deeper into the graph from nextfiles.one.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nextfiles.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.