Hostname
blutquick.com
Last fetched
blutquick.com resolves to 2 IPv4 addresses operated by AS15456 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
blutquick.com 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 |
|---|---|---|---|---|
| 62.116.165.106 | 62.116.160.0/19 | AS15456 | — | DE |
| 84.19.11.20 | 84.19.0.0/19 | AS30962 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- erwin winkler
- Contact emails
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for blutquick.com.
| Mechanism | Target |
|---|---|
| SPF_A | blutquick.com |
| SPF_INCLUDE | spf-all.comtrance.de |
| SPF_MX | blutquick.com |
Related pages
Pivot deeper into the graph from blutquick.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "blutquick.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.