Hostname
ips.runi.ac.il
Last fetched
ips.runi.ac.il resolves to 2 IPv4 addresses operated by AS34309 in DE.
Nutrition Label
Resolution chain
ips.runi.ac.il 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 |
|---|---|---|---|---|
| 128.65.223.84 | 128.65.208.0/20 | AS34309 | — | DE |
| 35.190.35.255 | 35.190.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with ips.runi.ac.il in WhisperGraph.
Subdomains
1 observed subdomain of ips.runi.ac.il.
| Subdomain |
|---|
| www.ips.runi.ac.il |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for ips.runi.ac.il.
| Mechanism | Target |
|---|---|
| SPF_A | ips.runi.ac.il |
| SPF_INCLUDE | spf-eu.exlibrisgroup.com |
| SPF_INCLUDE | spf.symplicity.com |
| SPF_INCLUDE | spf2.runi.ac.il |
| SPF_IP | 194.165.192.241 |
| SPF_IP | 194.165.202.16 |
Related pages
Pivot deeper into the graph from ips.runi.ac.il.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ips.runi.ac.il"})-[: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.