Hostname
brintech.de
Last fetched
brintech.de resolves to 2 IPv4 addresses operated by ONE-NETWORK in DE.
Nutrition Label
Resolution chain
brintech.de resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 128.127.66.117 | 128.127.64.0/21 | AS8648 | ONE-NETWORK | DE |
| 185.3.235.163 | 185.3.235.0/24 | AS8648 | ONE-NETWORK | DE |
WHOIS identity
No WHOIS records are currently associated with brintech.de in WhisperGraph.
Subdomains
1 observed subdomain of brintech.de.
| Subdomain |
|---|
| www.brintech.de |
Web-graph footprint
Distinct hostnames that link to or from brintech.de in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for brintech.de.
| Mechanism | Target |
|---|---|
| SPF_A | mail.buggfry.com |
| SPF_INCLUDE | eu-sender.zohobooks.com |
| SPF_INCLUDE | eu.zcsend.net |
| SPF_INCLUDE | zoho.eu |
| SPF_INCLUDE | zohomail.eu |
| SPF_IP | 128.127.66.117 |
| SPF_MX | mail.buggfry.com |
Related pages
Pivot deeper into the graph from brintech.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "brintech.de"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.