Skip to content

Hostname

test.bprshop.com

Last fetched

test.bprshop.com resolves to 1 IPv4 address operated by HETZNER-AS in DE.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
138.201.67.1138.201.0.0/16AS24940HETZNER-ASDE

WHOIS identity

No WHOIS records are currently associated with test.bprshop.com in WhisperGraph.

Subdomains

1 observed subdomain of test.bprshop.com.

Threat posture

History

Mail and authentication

SPF policy

15 SPF mechanisms authorising senders for test.bprshop.com.

MechanismTarget
SPF_Atest.bprshop.com
SPF_IP136.243.116.80
SPF_IP136.243.116.83
SPF_IP136.243.66.125
SPF_IP136.243.66.67
SPF_IP138.201.67.1
SPF_IP144.76.109.115
SPF_IP185.128.138.20
SPF_IP185.88.179.46
SPF_IP88.135.37.128
SPF_IP88.135.37.129
SPF_IP89.32.250.186
SPF_IP89.32.251.4
SPF_IP95.216.237.122
SPF_MXtest.bprshop.com

Related pages

Pivot deeper into the graph from test.bprshop.com.

Cypher and MCP

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

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