Hostname
namex.it
Last fetched
namex.it resolves to 1 IPv4 address operated by SEEWEB Web hosting, colocation and cloud services in IT. WHOIS lists registrar:unidata s.p.a. as the registrar.
Nutrition Label
Resolution chain
namex.it resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 212.35.202.92 | 212.35.192.0/19 | AS12637 | SEEWEB Web hosting, colocation and cloud services | IT |
WHOIS identity
- Registrar
- registrar:unidata s.p.a.
- Organization
- consorzio namex
- Contact emails
- —
Subdomains
217 observed subdomains of namex.it.
Showing 25 of 217. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from namex.it in the public web crawl.
92 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for namex.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | emailus.freshservice.com |
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | one.zoho.eu |
| SPF_IP | 193.201.40.0/25 |
| SPF_IP | 2a0f:80:1::1/48 |
| SPF_MX | namex.it |
Related pages
Pivot deeper into the graph from namex.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "namex.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.