Hostname
quesillo.hu
Last fetched
quesillo.hu resolves to 4 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
quesillo.hu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 116.203.97.30 | 116.203.0.0/16 | AS24940 | — | DE |
| 193.201.190.150 | 193.201.184.0/21 | AS62214 | — | HU |
| 185.80.48.9 | 185.80.48.0/22 | AS62214 | — | HU |
| 193.39.14.58 | 193.39.12.0/22 | AS62214 | — | HU |
WHOIS identity
No WHOIS records are currently associated with quesillo.hu in WhisperGraph.
Subdomains
2 observed subdomains of quesillo.hu.
| Subdomain |
|---|
| mail.quesillo.hu |
| www.quesillo.hu |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from quesillo.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "quesillo.hu"})-[: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.