Hostname
scotiadealeradvantage.com
Last fetched
scotiadealeradvantage.com resolves to 4 IPv4 addresses operated by AS20940 in ES. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
scotiadealeradvantage.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.16.8.43 | 2.16.8.0/24 | AS20940 | — | ES |
| 2.17.35.18 | 2.17.35.0/24 | AS20940 | — | ES |
| 23.194.127.173 | 23.194.127.0/24 | AS20940 | — | US |
| 23.194.127.176 | 23.194.127.0/24 | AS20940 | — | US |
WHOIS identity
- Registrar
- iana:292
- Organization
- bank of nova scotia
- Contact emails
Subdomains
3 observed subdomains of scotiadealeradvantage.com.
Web-graph footprint
Distinct hostnames that link to or from scotiadealeradvantage.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for scotiadealeradvantage.com.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._i.%{d}._d.espf.dmp.cisco.com |
| SPF_INCLUDE | %{d}.16.spf-protect.dmp.cisco.com |
Related pages
Pivot deeper into the graph from scotiadealeradvantage.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scotiadealeradvantage.com"})-[: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.