Skip to content

Hostname

bartels.com

Last fetched

bartels.com resolves to 1 IPv4 address operated by AS12470 Housing-Center in DE. WHOIS lists iana:2 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
194.59.213.33194.59.213.0/24AS12470AS12470 Housing-CenterDE

WHOIS identity

Registrar
iana:2
Organization
bartels consulting
Contact emails

Subdomains

30 observed subdomains of bartels.com.

Web-graph footprint

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

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for bartels.com.

MechanismTarget
SPF_Abartels.com
SPF_IP194.59.213.0/24
SPF_MXbartels.com

Related pages

Pivot deeper into the graph from bartels.com.

Cypher and MCP

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

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