Hostname
addressfactory-web.eu
Last fetched
addressfactory-web.eu resolves to 4 IPv4 addresses operated by AS131429 in VN.
Nutrition Label
Resolution chain
addressfactory-web.eu 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 |
|---|---|---|---|---|
| 137.59.35.18 | 137.59.35.0/24 | AS131429 | — | VN |
| 137.59.35.27 | 137.59.35.0/24 | AS131429 | — | VN |
| 23.35.105.82 | 23.35.104.0/22 | AS20940 | — | RU |
| 23.35.105.98 | 23.35.104.0/22 | AS20940 | — | RU |
WHOIS identity
No WHOIS records are currently associated with addressfactory-web.eu in WhisperGraph.
Subdomains
1 observed subdomain of addressfactory-web.eu.
| Subdomain |
|---|
| www.addressfactory-web.eu |
Threat posture
History
Related pages
Pivot deeper into the graph from addressfactory-web.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "addressfactory-web.eu"})-[: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.