Hostname
pointel.it
Last fetched
pointel.it resolves to 1 IPv4 address operated by AS12874 in IT. WHOIS lists registrar:pointel communication s.p.a. as the registrar.
Nutrition Label
Resolution chain
pointel.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 |
|---|---|---|---|---|
| 93.42.238.96 | 93.42.0.0/16 | AS12874 | — | IT |
WHOIS identity
- Registrar
- registrar:pointel communication s.p.a.
- Organization
- pointel communication spa
- Contact emails
- —
Subdomains
57 observed subdomains of pointel.it.
Showing 25 of 57. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pointel.it in the public web crawl.
90 sites link to this hostname.
45 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for pointel.it.
| Mechanism | Target |
|---|---|
| SPF_A | exchange.libertylines.it |
| SPF_A | exchange.siremar.it |
| SPF_A | mail.pointel.it |
| SPF_A | relay.pointel.it |
| SPF_A | smtp.pointel.it |
| SPF_IP | 143.225.0.0/16 |
| SPF_IP | 82.190.230.45 |
| SPF_IP | 93.42.238.0/24 |
| SPF_MX | pointel.it |
Related pages
Pivot deeper into the graph from pointel.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pointel.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.