Hostname
modelz-list.pm
Last fetched
modelz-list.pm resolves to 4 IPv4 addresses operated by AS41745 in FI.
Nutrition Label
Resolution chain
modelz-list.pm resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 5.39.250.120 | 5.39.250.0/24 | AS41745 | — | FI |
| 185.62.1.56 | 185.62.1.0/24 | AS34907 | — | PL |
| 93.88.204.234 | 93.88.204.0/24 | AS50053 | — | NL |
| 185.43.222.62 | 185.43.220.0/22 | AS59939 | — | NL |
WHOIS identity
No WHOIS records are currently associated with modelz-list.pm in WhisperGraph.
Subdomains
1 observed subdomain of modelz-list.pm.
| Subdomain |
|---|
| www.modelz-list.pm |
Web-graph footprint
Distinct hostnames that link to or from modelz-list.pm in the public web crawl.
95 sites link to this hostname.
151 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from modelz-list.pm.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "modelz-list.pm"})-[: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.