Hostname
thehighlanderonline.com
Last fetched
thehighlanderonline.com resolves to 2 IPv4 addresses operated by IHNET - IHNetworks, LLC in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
thehighlanderonline.com 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 |
|---|---|---|---|---|
| 174.136.50.3 | 174.136.50.0/24 | AS33494 | IHNET - IHNetworks, LLC | US |
| 69.194.228.102 | 69.194.224.0/20 | AS33494 | IHNET - IHNetworks, LLC | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- brian bohannon
- Contact emails
Subdomains
7 observed subdomains of thehighlanderonline.com.
Web-graph footprint
Distinct hostnames that link to or from thehighlanderonline.com in the public web crawl.
7 sites link to this hostname.
461 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- thehighlanderonline.com
SPF policy
10 SPF mechanisms authorising senders for thehighlanderonline.com.
| Mechanism | Target |
|---|---|
| SPF_A | thehighlanderonline.com |
| SPF_IP | 174.136.35.188 |
| SPF_IP | 174.136.50.111 |
| SPF_IP | 174.136.50.130 |
| SPF_IP | 174.136.50.25 |
| SPF_IP | 174.136.50.3 |
| SPF_IP | 192.69.235.93 |
| SPF_IP | 67.222.108.241 |
| SPF_IP | 69.194.228.102 |
| SPF_MX | thehighlanderonline.com |
Related pages
Pivot deeper into the graph from thehighlanderonline.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thehighlanderonline.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.