Hostname
jogto.com
Last fetched
jogto.com resolves to 1 IPv4 address operated by AS34119 in GB. WHOIS lists iana:1861 as the registrar.
Nutrition Label
Resolution chain
jogto.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 |
|---|---|---|---|---|
| 77.95.35.6 | 77.95.32.0/21 | AS34119 | — | GB |
WHOIS identity
- Registrar
- iana:1861
- Organization
- j barrett
- Contact emails
Subdomains
7 observed subdomains of jogto.com.
Threat posture
History
Mail and authentication
MX records
- jogto.com
SPF policy
9 SPF mechanisms authorising senders for jogto.com.
| Mechanism | Target |
|---|---|
| SPF_A | jogto.com |
| SPF_IP | 185.2.171.120 |
| SPF_IP | 185.2.171.5 |
| SPF_IP | 51.77.117.170 |
| SPF_IP | 77.95.35.230 |
| SPF_IP | 77.95.35.242 |
| SPF_IP | 77.95.35.50 |
| SPF_IP | 77.95.35.6 |
| SPF_MX | jogto.com |
Related pages
Pivot deeper into the graph from jogto.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jogto.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.