Hostname
goto.logically.com
Last fetched
goto.logically.com resolves to 2 IPv4 addresses operated by PRIVATESYSTEMS - PrivateSystems Networks in US.
Nutrition Label
Resolution chain
goto.logically.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 |
|---|---|---|---|---|
| 158.106.142.150 | 158.106.136.0/21 | AS63410 | PRIVATESYSTEMS - PrivateSystems Networks | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with goto.logically.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for goto.logically.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.logically.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_INCLUDE | spf.us.exclaimer.net |
| SPF_IP | 167.89.70.61/32 |
| SPF_IP | 23.252.0.15/32 |
| SPF_IP | 38.82.32.115 |
| SPF_IP | 50.31.33.121/32 |
| SPF_IP | 64.94.35.32/32 |
Related pages
Pivot deeper into the graph from goto.logically.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "goto.logically.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.