Hostname
staticfile.org
Last fetched
staticfile.org resolves to 17 IPv4 addresses operated by HOLA WE DIGITAL S.A.S. in HK. WHOIS lists iana:471 as the registrar.
Nutrition Label
Resolution chain
staticfile.org resolves to 17 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 118.107.44.62 | 118.107.44.0/24 | AS152194 | HOLA WE DIGITAL S.A.S. | HK |
| 134.122.173.178 | 134.122.173.0/24 | AS152194 | HOLA WE DIGITAL S.A.S. | JP |
| 134.122.189.6 | 134.122.189.0/24 | AS152194 | HOLA WE DIGITAL S.A.S. | JP |
| 27.124.9.124 | 27.124.9.0/24 | AS152194 | HOLA WE DIGITAL S.A.S. | HK |
| 134.122.184.38 | 134.122.184.0/24 | AS152194 | HOLA WE DIGITAL S.A.S. | JP |
| 202.181.25.20 | 202.181.24.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 202.181.25.21 | 202.181.24.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 202.181.25.22 | 202.181.24.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 202.181.25.23 | 202.181.24.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 202.181.25.28 | 202.181.24.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 202.181.25.19 | 202.181.24.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 202.181.25.229 | 202.181.24.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 202.181.25.226 | 202.181.24.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 45.125.35.252 | 45.125.35.0/24 | AS154206 | PCNET INTERNET | HK |
| 202.181.25.15 | 202.181.24.0/23 | AS55933 | THAIBMA-AS-AP The Thai Bond Market Association | HK |
| 45.125.35.167 | 45.125.35.0/24 | AS154206 | PCNET INTERNET | HK |
| 45.125.35.170 | 45.125.35.0/24 | AS154206 | PCNET INTERNET | HK |
WHOIS identity
- Registrar
- iana:471
- Organization
- shanghaiqiniuxinxijishuyouxiangongsi
- Contact emails
Subdomains
4 observed subdomains of staticfile.org.
Web-graph footprint
Distinct hostnames that link to or from staticfile.org in the public web crawl.
229 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from staticfile.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "staticfile.org"})-[: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.