Hostname
saba.edu
Last fetched
saba.edu resolves to 1 IPv4 address operated by AUTOMATTIC - Automattic, Inc in US.
Nutrition Label
Resolution chain
saba.edu 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 |
|---|---|---|---|---|
| 192.0.66.109 | 192.0.66.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
WHOIS identity
- Registrar
- —
- Organization
- saba university school of medicine
- Contact emails
- —
Subdomains
19 observed subdomains of saba.edu.
Web-graph footprint
Distinct hostnames that link to or from saba.edu in the public web crawl.
149 sites link to this hostname.
129 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 saba.edu.
| Mechanism | Target |
|---|---|
| SPF_A | saba.edu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_IP | 13.111.127.184/32 |
| SPF_IP | 190.97.116.138/32 |
| SPF_IP | 50.222.171.170/32 |
| SPF_IP | 96.89.211.33/32 |
| SPF_MX | saba.edu |
Related pages
Pivot deeper into the graph from saba.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "saba.edu"})-[: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.