Hostname
scope.edu
Last fetched
scope.edu resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in GB.
Nutrition Label
Resolution chain
scope.edu 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.197.218 | 45.60.197.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
| 45.60.199.218 | 45.60.199.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
- Registrar
- —
- Organization
- city university of hong kong, tat chee
- Contact emails
- —
Subdomains
9 observed subdomains of scope.edu.
Web-graph footprint
Distinct hostnames that link to or from scope.edu in the public web crawl.
80 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for scope.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail-server.vdorse.com |
Related pages
Pivot deeper into the graph from scope.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scope.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.