Skip to content

Hostname

sample.weboptics.co

Last fetched

sample.weboptics.co resolves to 1 IPv4 address operated by HOST4GEEKS-LLC - Host4Geeks LLC in GB.

Nutrition Label

WHISPER CANON · sample.weboptics.coRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/sample.weboptics.co

Resolution chain

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

IPPrefixASNOperatorCountry
185.221.216.247185.221.216.0/24AS393960HOST4GEEKS-LLC - Host4Geeks LLCGB

WHOIS identity

No WHOIS records are currently associated with sample.weboptics.co in WhisperGraph.

Subdomains

1 observed subdomain of sample.weboptics.co.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for sample.weboptics.co.

MechanismTarget
SPF_Asample.weboptics.co
SPF_IP185.221.216.247
SPF_MXsample.weboptics.co

Related pages

Pivot deeper into the graph from sample.weboptics.co.

Cypher and MCP

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

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