Hostname
his.com
Last fetched
his.com resolves to 1 IPv4 address operated by UUNET - Verizon Business in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
his.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 |
|---|---|---|---|---|
| 108.56.65.29 | 108.56.0.0/16 | AS701 | UUNET - Verizon Business | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- heller information services,
- Contact emails
Subdomains
128 observed subdomains of his.com.
Showing 25 of 128. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from his.com in the public web crawl.
406 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for his.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | registrarmail.net |
| SPF_IP | 108.56.65.0/27 |
| SPF_IP | 108.56.65.16 |
| SPF_IP | 173.8.6.216/29 |
| SPF_IP | 18.218.2.49 |
| SPF_IP | 18.222.154.13 |
| SPF_IP | 3.148.140.11 |
| SPF_IP | 3.149.70.92 |
| SPF_IP | 72.66.110.128/28 |
| SPF_IP | 75.149.19.216/29 |
Related pages
Pivot deeper into the graph from his.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "his.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.