Skip to content

Hostname

focus4.art

Last fetched

focus4.art resolves to 1 IPv4 address operated by AS31477 in NL. WHOIS lists iana:2288 as the registrar.

Nutrition Label

WHISPER CANON · focus4.artRouting diversity1.5/10Peering density4.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.2/10canon.whisper.security/host/focus4.art

Resolution chain

focus4.art resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
45.82.188.22945.82.188.0/22AS31477NL

WHOIS identity

Registrar
iana:2288
Organization
focus4art
Contact emails

Subdomains

6 observed subdomains of focus4.art.

Threat posture

History

Mail and authentication

MX records

  • focus4.art

SPF policy

3 SPF mechanisms authorising senders for focus4.art.

MechanismTarget
SPF_Afocus4.art
SPF_IP45.82.188.229
SPF_MXfocus4.art

Related pages

Pivot deeper into the graph from focus4.art.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "focus4.art"})-[: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.