Hostname
dir.im
Last fetched
dir.im resolves to 2 IPv4 addresses operated by HVC-AS - HIVELOCITY, Inc. in US.
Nutrition Label
Resolution chain
dir.im resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 209.182.237.242 | 209.182.237.0/24 | AS29802 | HVC-AS - HIVELOCITY, Inc. | US |
| 38.102.87.5 | 38.102.84.0/22 | AS26832 | RICAWEBSERVICES - Rica Web Services | CA |
WHOIS identity
No WHOIS records are currently associated with dir.im in WhisperGraph.
Subdomains
15 observed subdomains of dir.im.
Web-graph footprint
Distinct hostnames that link to or from dir.im in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for dir.im.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.mx.cloudflare.net |
| SPF_IP | 209.182.237.242 |
Related pages
Pivot deeper into the graph from dir.im.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dir.im"})-[: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.