Hostname
htsc-us.com
Last fetched
htsc-us.com resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
htsc-us.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.131.8.214 | 104.131.0.0/18 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
3 observed subdomains of htsc-us.com.
Web-graph footprint
Distinct hostnames that link to or from htsc-us.com in the public web crawl.
8 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for htsc-us.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | ipreomail.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | us._netblocks.mimecast.com |
| SPF_IP | 104.131.8.214 |
| SPF_IP | 208.81.212.0/22 |
| SPF_IP | 216.74.162.13/32 |
| SPF_IP | 216.74.162.14/32 |
| SPF_IP | 44.194.142.81 |
| SPF_IP | 44.235.179.233 |
| SPF_IP | 44.245.65.175 |
| SPF_IP | 64.28.80.105/32 |
| SPF_IP | 66.216.20.26 |
| SPF_IP | 70.36.26.226/32 |
| SPF_IP | 98.85.207.89 |
Related pages
Pivot deeper into the graph from htsc-us.com.
- IP · 104.131.8.214
- ASN · AS14061DIGITALOCEAN-ASN - DigitalOcean, LLC
- Registrar · iana:146
- Country · US
- Email · htsc-us.com@domainsbyproxy.com
- TLD · .com
- Browse hostnames · ht…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "htsc-us.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.