Hostname
apsis.it
Last fetched
apsis.it resolves to 1 IPv4 address operated by AS3313 in IT. WHOIS lists registrar:apsis di papoff dario & c. sas as the registrar.
Nutrition Label
Resolution chain
apsis.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.239.22.173 | 212.239.0.0/17 | AS3313 | — | IT |
WHOIS identity
- Registrar
- registrar:apsis di papoff dario & c. sas
- Organization
- apsis srl
- Contact emails
- —
Subdomains
29 observed subdomains of apsis.it.
Showing 24 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from apsis.it in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for apsis.it.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 195.78.199.240/28 |
| SPF_IP | 212.237.21.193 |
| SPF_IP | 212.237.44.55 |
| SPF_IP | 80.211.113.121 |
| SPF_IP | 83.217.190.0/24 |
| SPF_MX | apsis.it |
Related pages
Pivot deeper into the graph from apsis.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "apsis.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.