Hostname
computerhoy.com
Last fetched
computerhoy.com resolves to 5 IPv4 addresses operated by TELE2LV-AS in US. WHOIS lists iana:379 as the registrar.
Nutrition Label
Resolution chain
computerhoy.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.199.8.193 | 138.199.8.0/23 | AS60068 | TELE2LV-AS | US |
| 143.244.35.226 | 143.244.35.0/24 | AS60068 | TELE2LV-AS | US |
| 37.19.207.209 | 37.19.206.0/23 | AS60068 | TELE2LV-AS | US |
| 79.127.221.137 | 79.127.221.0/24 | AS60068 | TELE2LV-AS | US |
| 82.159.245.187 | 82.159.0.0/16 | AS6739 | — | ES |
WHOIS identity
- Registrar
- iana:379
- Organization
- hobby press
- Contact emails
Subdomains
22 observed subdomains of computerhoy.com.
Web-graph footprint
Distinct hostnames that link to or from computerhoy.com in the public web crawl.
2,151 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for computerhoy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | nmspf.axelspringer.es |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from computerhoy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "computerhoy.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.