Hostname
focus360.com
Last fetched
focus360.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
focus360.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of focus360.com owner
- Contact emails
- info@focus360.com
- 7971fa57-e097-45ef-8b40-53e6487b94df@identity-protect.org
- 8772b784-02cc-42cb-bf44-a8830e989893@identity-protect.org
- 96577b42-d805-4be5-aa8e-cab9be2ad652@identity-protect.org
- 96692f3b-2c4a-41f7-b5d4-7123dce96d13@identity-protect.org
- af4df49e-361c-4ae1-8ab4-154045b2a73d@identity-protect.org
- b5bd0d8d-a5d2-468e-b560-f56fa56b90f1@identity-protect.org
- f9b4afc0-cae7-4305-8765-5f3f57ee8fd7@identity-protect.org
Subdomains
21 observed subdomains of focus360.com.
Web-graph footprint
Distinct hostnames that link to or from focus360.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for focus360.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.focus360_com._d.easydmarc.pro |
Related pages
Pivot deeper into the graph from focus360.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "focus360.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.