Hostname
www.cowmdata.com
Last fetched
www.cowmdata.com resolves to 2 IPv4 addresses operated by CONFLUENCE-NETWORK-INC - Confluence Networks Inc in VG.
Nutrition Label
Resolution chain
www.cowmdata.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 |
|---|---|---|---|---|
| 208.91.197.132 | 208.91.197.0/24 | AS40034 | CONFLUENCE-NETWORK-INC - Confluence Networks Inc | VG |
| 5.161.74.121 | 5.161.74.0/24 | AS213230 | HETZNER-CLOUD2-AS - Hetzner Online GmbH | US |
WHOIS identity
No WHOIS records are currently associated with www.cowmdata.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for www.cowmdata.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.cowmdata.com |
| SPF_IP | 206.189.203.122 |
| SPF_IP | 45.55.37.40 |
| SPF_IP | 5.161.74.121 |
| SPF_MX | www.cowmdata.com |
Related pages
Pivot deeper into the graph from www.cowmdata.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.cowmdata.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.