Hostname
cbt.ictpack.net
Last fetched
cbt.ictpack.net resolves to 1 IPv4 address operated by AS329172 in TZ.
Nutrition Label
Resolution chain
cbt.ictpack.net 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 |
|---|---|---|---|---|
| 102.214.30.68 | 102.214.28.0/22 | AS329172 | — | TZ |
WHOIS identity
No WHOIS records are currently associated with cbt.ictpack.net in WhisperGraph.
Subdomains
1 observed subdomain of cbt.ictpack.net.
| Subdomain |
|---|
| www.cbt.ictpack.net |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for cbt.ictpack.net.
| Mechanism | Target |
|---|---|
| SPF_A | cbt.ictpack.net |
| SPF_IP | 170.10.160.199 |
| SPF_IP | 170.10.163.247 |
| SPF_IP | 198.23.59.54 |
| SPF_IP | 198.23.62.123 |
| SPF_MX | cbt.ictpack.net |
Related pages
Pivot deeper into the graph from cbt.ictpack.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cbt.ictpack.net"})-[: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.