Hostname
qbtec.eu
Last fetched
qbtec.eu resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
qbtec.eu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 159.69.91.1 | 159.69.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with qbtec.eu in WhisperGraph.
Subdomains
7 observed subdomains of qbtec.eu.
Showing 5 of 7. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for qbtec.eu.
| Mechanism | Target |
|---|---|
| SPF_A | qbtec.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2a01:7c8:bb06:4:5054:ff:fe21:9951 |
| SPF_IP | 62.221.202.28 |
| SPF_IP | 62.221.202.29 |
| SPF_IP | 80.69.93.120 |
| SPF_IP | 87.233.187.130 |
| SPF_MX | qbtec.eu |
Related pages
Pivot deeper into the graph from qbtec.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "qbtec.eu"})-[: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.