Skip to content

Hostname

apotheker.com

Last fetched

apotheker.com resolves to 1 IPv4 address operated by OVH in DE. WHOIS lists iana:83 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
145.239.136.54145.239.0.0/16AS16276OVHDE

WHOIS identity

Registrar
iana:83
Organization
axel weber
Contact emails

Subdomains

2 observed subdomains of apotheker.com.

Web-graph footprint

Distinct hostnames that link to or from apotheker.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for apotheker.com.

MechanismTarget
SPF_INCLUDE_spf-eu.ionos.com
SPF_INCLUDE_spf.perfora.net
SPF_IP145.239.136.54

Related pages

Pivot deeper into the graph from apotheker.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "apotheker.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.