Hostname
cit.com
Last fetched
cit.com resolves to 18 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:447 as the registrar.
Nutrition Label
Resolution chain
cit.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.154 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 104.126.37.185 | 104.126.36.0/23 | AS20940 | AKAMAI-ASN1 | DE |
| 173.222.106.180 | 173.222.106.0/24 | AS20940 | AKAMAI-ASN1 | IT |
| 173.222.106.185 | 173.222.106.0/24 | AS20940 | AKAMAI-ASN1 | IT |
| 23.196.3.151 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.196.3.161 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.206.172.49 | 23.206.172.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.206.172.68 | 23.206.172.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.216.132.69 | 23.216.132.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.216.132.75 | 23.216.132.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.40.70 | 23.33.40.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.33.40.89 | 23.33.40.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.111.62 | 23.44.111.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.111.78 | 23.44.111.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.80 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.48.224.83 | 23.48.224.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.203.61.146 | 23.203.61.0/24 | AS20940 | AKAMAI-ASN1 | FR |
| 23.203.61.133 | 23.203.61.0/24 | AS20940 | AKAMAI-ASN1 | FR |
WHOIS identity
- Registrar
- iana:447
- Organization
- cit group
- Contact emails
Subdomains
230 observed subdomains of cit.com.
Showing 25 of 230. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cit.com in the public web crawl.
791 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cit.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from cit.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cit.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.