Hostname
john-boy.net
Last fetched
john-boy.net resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
john-boy.net 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 |
|---|---|---|---|---|
| 165.227.116.234 | 165.227.112.0/20 | AS14061 | DIGITALOCEAN-ASN - DigitalOcean, LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- menke, john
- Contact emails
Subdomains
8 observed subdomains of john-boy.net.
Web-graph footprint
Distinct hostnames that link to or from john-boy.net in the public web crawl.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for john-boy.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 104.130.253.223 |
| SPF_IP | 104.239.136.147 |
| SPF_IP | 198.101.223.221 |
| SPF_IP | 2001:4800:7818:103:be76:4eff:fe05:bd79 |
| SPF_IP | 2001:4800:7818:104:be76:4eff:fe04:b617 |
| SPF_IP | 50.56.183.89 |
| SPF_IP | 98.129.220.99 |
| SPF_MX | john-boy.net |
Related pages
Pivot deeper into the graph from john-boy.net.
- IP · 165.227.116.234
- ASN · AS14061DIGITALOCEAN-ASN - DigitalOcean, LLC
- Registrar · iana:2
- Country · US
- Email · j_menke@hotmail.com
- TLD · .net
- Browse hostnames · jo…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "john-boy.net"})-[: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.