Hostname
htc.com
Last fetched
htc.com resolves to 12 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists iana:1336 as the registrar.
Nutrition Label
Resolution chain
htc.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.100.161 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.170 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.147.162 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 2.17.147.195 | 2.17.147.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.215.11.229 | 23.215.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.215.11.233 | 23.215.11.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.223.245.138 | 23.223.245.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 23.223.245.150 | 23.223.245.0/24 | AS20940 | AKAMAI-ASN1 | IN |
| 23.50.131.145 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.50.131.160 | 23.50.131.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.42.250 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
| 23.53.43.57 | 23.53.40.0/22 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:1336
- Organization
- htc corporation
- Contact emails
Subdomains
163 observed subdomains of htc.com.
Showing 25 of 163. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from htc.com in the public web crawl.
5,949 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for htc.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.htc.com |
| SPF_INCLUDE | eevid.com |
| SPF_INCLUDE | mail.stibee.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | u15693887.wl138.sendgrid.net |
Related pages
Pivot deeper into the graph from htc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "htc.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.