Skip to content

Hostname

test1.co.bw

Last fetched

test1.co.bw resolves to 2 IPv4 addresses operated by NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLC in US.

Nutrition Label

WHISPER CANON · test1.co.bwRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/test1.co.bw

Resolution chain

test1.co.bw resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
192.185.16.227192.185.16.0/22AS19871NETWORK-SOLUTIONS-HOSTING - Network Solutions, LLCUS
66.235.200.17166.235.200.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.US

WHOIS identity

No WHOIS records are currently associated with test1.co.bw in WhisperGraph.

Subdomains

6 observed subdomains of test1.co.bw.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for test1.co.bw.

MechanismTarget
SPF_Atest1.co.bw
SPF_INCLUDEwebsitewelcome.com
SPF_IP192.185.4.12/32
SPF_MXtest1.co.bw

Related pages

Pivot deeper into the graph from test1.co.bw.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "test1.co.bw"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.