Hostname
cse4you.it
Last fetched
cse4you.it resolves to 1 IPv4 address operated by ARUBA-ASN - Aruba S.p.A. in IT.
Nutrition Label
Resolution chain
cse4you.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 |
|---|---|---|---|---|
| 62.149.207.247 | 62.149.192.0/18 | AS31034 | ARUBA-ASN - Aruba S.p.A. | IT |
WHOIS identity
No WHOIS records are currently associated with cse4you.it in WhisperGraph.
Subdomains
1 observed subdomain of cse4you.it.
| Subdomain |
|---|
| mail.cse4you.it |
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for cse4you.it.
| Mechanism | Target |
|---|---|
| SPF_A | athor.pooltech.it |
| SPF_A | cse4you.it |
| SPF_A | mail.mclink.it |
| SPF_A | smtp.cse4you.it |
| SPF_A | smtps.pooltech.it |
| SPF_IP | 159.255.136.138/29 |
| SPF_IP | 2.47.56.34/29 |
| SPF_IP | 62.149.207.242/28 |
| SPF_IP | 62.149.213.213/28 |
| SPF_IP | 83.139.242.14 |
| SPF_IP | 93.150.51.66 |
| SPF_IP | 93.188.99.61 |
| SPF_MX | cse4you.it |
| SPF_MX | pooltech.it |
Related pages
Pivot deeper into the graph from cse4you.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cse4you.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.