Hostname
mti.hu
Last fetched
mti.hu resolves to 3 IPv4 addresses operated by AS207255 in HU.
Nutrition Label
Resolution chain
mti.hu resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.161.204.4 | 185.161.204.0/24 | AS207255 | — | HU |
| 185.161.205.207 | 185.161.205.0/24 | AS207255 | — | HU |
| 185.161.207.67 | 185.161.207.0/24 | AS207255 | — | HU |
WHOIS identity
No WHOIS records are currently associated with mti.hu in WhisperGraph.
Subdomains
48 observed subdomains of mti.hu.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from mti.hu in the public web crawl.
1,161 sites link to this hostname.
63 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for mti.hu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_MX | mti.hu |
Related pages
Pivot deeper into the graph from mti.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mti.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.