Hostname
htisec.com
Last fetched
htisec.com resolves to 1 IPv4 address operated by AS23648 in HK. WHOIS lists iana:1481 as the registrar.
Nutrition Label
Resolution chain
htisec.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 |
|---|---|---|---|---|
| 202.22.244.33 | 202.22.244.0/24 | AS23648 | — | HK |
WHOIS identity
- Registrar
- iana:1481
- Organization
- haitong international information systems
- Contact emails
Subdomains
45 observed subdomains of htisec.com.
Showing 25 of 45. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from htisec.com in the public web crawl.
67 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for htisec.com.
| Mechanism | Target |
|---|---|
| SPF_A | equities.htisec.com |
| SPF_A | mail5.htisec.com |
| SPF_A | mail6.htisec.com |
| SPF_A | mail7.htisec.com |
| SPF_A | mail8.htisec.com |
| SPF_IP | 202.22.245.0/24 |
| SPF_IP | 208.81.212.0/22 |
| SPF_MX | htisec.com |
Related pages
Pivot deeper into the graph from htisec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "htisec.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.