Hostname
cbtbanking.com
Last fetched
cbtbanking.com resolves to 4 IPv4 addresses operated by AS20940 in SE. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
cbtbanking.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.19.183.44 | 2.19.183.0/24 | AS20940 | — | SE |
| 2.19.183.56 | 2.19.183.0/24 | AS20940 | — | SE |
| 95.101.116.14 | 95.101.116.0/24 | AS20940 | — | PL |
| 95.101.116.31 | 95.101.116.0/24 | AS20940 | — | PL |
WHOIS identity
- Registrar
- iana:2
- Organization
- citizens bank & trust
- Contact emails
Subdomains
2 observed subdomains of cbtbanking.com.
Web-graph footprint
Distinct hostnames that link to or from cbtbanking.com in the public web crawl.
10 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for cbtbanking.com.
| Mechanism | Target |
|---|---|
| SPF_A | mailhost3.fiscdp.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | cbtbanking-com.spf.smtp25.com |
| SPF_INCLUDE | spf.em.secureserver.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfhost.messageprovider.com |
| SPF_IP | 192.145.231.0/24 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 74.231.247.145/32 |
| SPF_MX | cbtbanking.com |
Related pages
Pivot deeper into the graph from cbtbanking.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbtbanking.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.