Skip to content

Hostname

goto.logically.com

Last fetched

goto.logically.com resolves to 2 IPv4 addresses operated by PRIVATESYSTEMS - PrivateSystems Networks in US.

Nutrition Label

WHISPER CANON · goto.logically.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/goto.logically.com

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.

IPPrefixASNOperatorCountry
158.106.142.150158.106.136.0/21AS63410PRIVATESYSTEMS - PrivateSystems NetworksUS
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.US
208.91.112.55208.91.112.0/24AS40934FORTINET - 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.

MechanismTarget
SPF_INCLUDE_spf.logically.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf.smtp2go.com
SPF_INCLUDEspf.us.exclaimer.net
SPF_IP167.89.70.61/32
SPF_IP23.252.0.15/32
SPF_IP38.82.32.115
SPF_IP50.31.33.121/32
SPF_IP64.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.