Skip to content

Hostname

elementoptics.dev-site.se

Last fetched

elementoptics.dev-site.se resolves to 1 IPv4 address operated by GLOBALCONNECT-AS31027 in DK.

Nutrition Label

WHISPER CANON · elementoptics.dev-site.seRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/elementoptics.dev-site.se

Resolution chain

elementoptics.dev-site.se resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
152.115.36.100152.115.32.0/19AS31027GLOBALCONNECT-AS31027DK

WHOIS identity

No WHOIS records are currently associated with elementoptics.dev-site.se in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • elementoptics.dev-site.se

SPF policy

3 SPF mechanisms authorising senders for elementoptics.dev-site.se.

MechanismTarget
SPF_Aelementoptics.dev-site.se
SPF_INCLUDEspf.zenep.eu
SPF_MXelementoptics.dev-site.se

Related pages

Pivot deeper into the graph from elementoptics.dev-site.se.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "elementoptics.dev-site.se"})-[: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.