Hostname
pointex.eu
Last fetched
pointex.eu resolves to 1 IPv4 address operated by AS42669 in IT. WHOIS lists registrar:aruba s.p.a. as the registrar.
Nutrition Label
Resolution chain
pointex.eu 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 |
|---|---|---|---|---|
| 77.242.176.30 | 77.242.176.0/20 | AS42669 | — | IT |
WHOIS identity
- Registrar
- registrar:aruba s.p.a.
- Organization
- —
- Contact emails
- —
Subdomains
4 observed subdomains of pointex.eu.
Web-graph footprint
Distinct hostnames that link to or from pointex.eu in the public web crawl.
21 sites link to this hostname.
271 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 pointex.eu.
| Mechanism | Target |
|---|---|
| SPF_A | pointex.eu |
| SPF_IP | 173.198.255.195 |
| SPF_IP | 176.31.224.78/32 |
| SPF_IP | 2a0b:aa80:0:0:0:0:0:30 |
| SPF_IP | 67.231.240.134 |
| SPF_IP | 77.242.176.30 |
| SPF_IP | 77.242.176.34 |
| SPF_IP | 92.222.224.161 |
| SPF_MX | pointex.eu |
Related pages
Pivot deeper into the graph from pointex.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pointex.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.