Hostname
mitcsinalt.hu
Last fetched
mitcsinalt.hu resolves to 4 IPv4 addresses operated by AS62214 in HU.
Nutrition Label
Resolution chain
mitcsinalt.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 |
|---|---|---|---|---|
| 109.122.217.4 | 109.122.216.0/21 | AS62214 | — | HU |
| 109.122.218.231 | 109.122.216.0/21 | AS62214 | — | HU |
| 109.122.218.232 | 109.122.216.0/21 | AS62214 | — | HU |
| 77.42.34.48 | 77.42.0.0/17 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with mitcsinalt.hu in WhisperGraph.
Subdomains
2 observed subdomains of mitcsinalt.hu.
| Subdomain |
|---|
| mail.mitcsinalt.hu |
| www.mitcsinalt.hu |
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for mitcsinalt.hu.
| Mechanism | Target |
|---|---|
| SPF_IP | 109.122.216.170 |
| SPF_IP | 109.122.218.94 |
| SPF_IP | 109.122.218.95 |
| SPF_IP | 109.122.218.96 |
| SPF_IP | 109.122.218.97 |
| SPF_IP | 109.122.218.98 |
Related pages
Pivot deeper into the graph from mitcsinalt.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mitcsinalt.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.