Hostname
cotweet.com
Last fetched
cotweet.com resolves to 18 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
cotweet.com resolves to 18 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.126.37.139 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.147 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.199 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 184.86.103.221 | 184.86.103.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.18.244.84 | 2.18.244.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.18.244.94 | 2.18.244.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 2.20.142.74 | 2.20.142.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 23.200.143.69 | 23.200.143.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.200.143.76 | 23.200.143.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.48.224.108 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.111 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 92.122.215.33 | 92.122.212.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.25 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.100.110.26 | 95.100.110.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.74.110 | 95.101.74.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 95.101.74.85 | 95.101.74.0/24 | AS20940 | AKAMAI-ASN1 | NL |
| 96.16.248.166 | 96.16.248.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 96.16.248.180 | 96.16.248.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
- Registrar
- iana:292
- Organization
- salesforce.com,
- Contact emails
Subdomains
22 observed subdomains of cotweet.com.
Web-graph footprint
Distinct hostnames that link to or from cotweet.com in the public web crawl.
351 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for cotweet.com.
| Mechanism | Target |
|---|---|
| SPF_A | cotweet.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_INCLUDE | support.zendesk.com |
| SPF_IP | 207.250.79.101 |
Related pages
Pivot deeper into the graph from cotweet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cotweet.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.