Hostname
ventistal.no
Last fetched
ventistal.no resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in GB.
Nutrition Label
Resolution chain
ventistal.no resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 45.60.156.237 | 45.60.156.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
| 45.60.168.237 | 45.60.168.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
No WHOIS records are currently associated with ventistal.no in WhisperGraph.
Subdomains
17 observed subdomains of ventistal.no.
Showing 15 of 17. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ventistal.no in the public web crawl.
77 sites link to this hostname.
29 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
14 SPF mechanisms authorising senders for ventistal.no.
| Mechanism | Target |
|---|---|
| SPF_A | mail.edisoft.no |
| SPF_A | ventistal.no |
| SPF_EXISTS | %{i}.spf.hc1023-55.eu.iphmx.com |
| SPF_INCLUDE | spf.hatteland.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.ugh.no |
| SPF_IP | 192.124.249.17/32 |
| SPF_IP | 193.214.27.161 |
| SPF_IP | 193.215.10.81 |
| SPF_IP | 54.194.150.12 |
| SPF_IP | 54.229.40.125 |
| SPF_IP | 88.131.97.142/32 |
| SPF_MX | edi-soft.no |
| SPF_MX | ventistal.no |
Related pages
Pivot deeper into the graph from ventistal.no.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ventistal.no"})-[: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.