Hostname
mitools.com.ua
Last fetched
mitools.com.ua resolves to 2 IPv4 addresses operated by AS24940 in DE.
Nutrition Label
Resolution chain
mitools.com.ua 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 |
|---|---|---|---|---|
| 148.251.192.84 | 148.251.0.0/16 | AS24940 | — | DE |
| 5.39.10.93 | 5.39.0.0/17 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with mitools.com.ua in WhisperGraph.
Subdomains
8 observed subdomains of mitools.com.ua.
Web-graph footprint
Distinct hostnames that link to or from mitools.com.ua in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for mitools.com.ua.
| Mechanism | Target |
|---|---|
| SPF_A | mitools.com.ua |
| SPF_IP | 185.204.26.208 |
| SPF_MX | mitools.com.ua |
Related pages
Pivot deeper into the graph from mitools.com.ua.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mitools.com.ua"})-[: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.