Hostname
old.banispa.com
Last fetched
old.banispa.com resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
old.banispa.com 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 |
|---|---|---|---|---|
| 15.197.212.58 | 15.197.208.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 91.196.124.76 | 91.196.124.0/23 | AS201200 | — | BG |
WHOIS identity
No WHOIS records are currently associated with old.banispa.com in WhisperGraph.
Subdomains
1 observed subdomain of old.banispa.com.
| Subdomain |
|---|
| www.old.banispa.com |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for old.banispa.com.
| Mechanism | Target |
|---|---|
| SPF_A | old.banispa.com |
| SPF_INCLUDE | opik.spf.superhosting.bg |
| SPF_INCLUDE | smtp-out.spf.superhosting.bg |
| SPF_IP | 91.196.124.11 |
| SPF_IP | 91.196.125.11 |
| SPF_MX | old.banispa.com |
Related pages
Pivot deeper into the graph from old.banispa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "old.banispa.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.