Hostname
www.cotak.gov
Last fetched
www.cotak.gov resolves to 4 IPv4 addresses operated by GOVCLOUD - Amazon in US.
Nutrition Label
Resolution chain
www.cotak.gov 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 |
|---|---|---|---|---|
| 16.64.127.182 | 16.64.0.0/17 | AS8987 | GOVCLOUD - Amazon | US |
| 16.65.49.16 | 16.65.0.0/16 | AS8987 | GOVCLOUD - Amazon | US |
| 182.30.189.175 | 182.30.0.0/16 | AS8987 | GOVCLOUD - Amazon | US |
| 182.30.80.200 | 182.30.0.0/16 | AS8987 | GOVCLOUD - Amazon | US |
WHOIS identity
No WHOIS records are currently associated with www.cotak.gov in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for www.cotak.gov.
| Mechanism | Target |
|---|---|
| SPF_A | www.cotak.gov |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_IP | 18.189.56.133 |
| SPF_IP | 72.249.108.74 |
| SPF_IP | 72.249.108.75 |
| SPF_MX | www.cotak.gov |
Related pages
Pivot deeper into the graph from www.cotak.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.cotak.gov"})-[: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.