Hostname
cotak.gov
Last fetched
cotak.gov resolves to 4 IPv4 addresses operated by AS8987 in US.
Nutrition Label
Resolution chain
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.69.40 | 16.64.0.0/17 | AS8987 | — | US |
| 16.65.49.16 | 16.65.0.0/16 | AS8987 | — | US |
| 182.30.189.175 | 182.30.0.0/16 | AS8987 | — | US |
| 182.30.80.200 | 182.30.0.0/16 | AS8987 | — | US |
WHOIS identity
No WHOIS records are currently associated with cotak.gov in WhisperGraph.
Subdomains
7 observed subdomains of cotak.gov.
Web-graph footprint
Distinct hostnames that link to or from cotak.gov in the public web crawl.
39 sites linked to from this hostname.
Sample inbound links
Sample outbound links
- acrobat.adobe.com
- adsbexchange.com
- map.adsbexchange.com
- aerialfiremag.com
- aws.amazon.com
- tak-website-cotak-prod-125325216324-us-gov-east-1-content.s3.us-gov-east-1.amazonaws.com
- tak-website-cotak-prod-125325216324-us-gov-east-1-public.s3.us-gov-east-1.amazonaws.com
- podcasts.apple.com
- cbsnews.com
- choicehotels.com
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cotak.gov.
| Mechanism | Target |
|---|---|
| SPF_A | 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 | cotak.gov |
Related pages
Pivot deeper into the graph from cotak.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.