Hostname
staticfile.net
Last fetched
staticfile.net resolves to 7 IPv4 addresses operated by STP in IE. WHOIS lists iana:1331 as the registrar.
Nutrition Label
Resolution chain
staticfile.net resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 101.46.180.14 | 101.46.176.0/21 | AS136907 | STP | IE |
| 148.153.240.71 | 148.153.240.0/24 | AS63199 | CFOCUS - Continuity Focus, Inc. | DE |
| 199.91.74.175 | 199.91.74.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | MX |
| 23.90.190.138 | 23.90.188.0/22 | AS21859 | ZEN-ECN - Zenlayer Inc | ES |
| 38.54.123.28 | 38.54.123.0/24 | AS138915 | DLC-VN DLC DIGITAL TECHNOLOGY SOLUTION INVESTMENT LIMITED LIABILITY COMPANY | FR |
| 38.60.178.80 | 38.60.178.0/24 | AS63139 | DOMDIAGASN211 - Dominion Diagnostics, LLC | MX |
| 98.98.253.37 | 98.98.253.0/24 | AS21859 | ZEN-ECN - Zenlayer Inc | MX |
WHOIS identity
- Registrar
- iana:1331
- Organization
- han di sheng
- Contact emails
Subdomains
3 observed subdomains of staticfile.net.
Web-graph footprint
Distinct hostnames that link to or from staticfile.net in the public web crawl.
37 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from staticfile.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "staticfile.net"})-[: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.