Hostname
4words.it
Last fetched
4words.it resolves to 3 IPv4 addresses operated by AS16276 in IT. WHOIS lists registrar:shellrent s.p.a. as the registrar.
Nutrition Label
Resolution chain
4words.it resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.202.3.66 | 149.202.0.0/16 | AS16276 | — | IT |
| 185.24.68.9 | 185.24.68.0/22 | AS51191 | — | DE |
| 193.70.57.20 | 193.70.0.0/17 | AS16276 | — | FR |
WHOIS identity
- Registrar
- registrar:shellrent s.p.a.
- Organization
- sanmarco informatica spa
- Contact emails
- —
Subdomains
21 observed subdomains of 4words.it.
Showing 18 of 21. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from 4words.it in the public web crawl.
15 sites link to this hostname.
Threat posture
History
Mail and authentication
Related pages
Pivot deeper into the graph from 4words.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "4words.it"})-[: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.