Hostname
muk.training
Last fetched
muk.training resolves to 1 IPv4 address operated by AS9002 in CH. WHOIS lists iana:1112 as the registrar.
Nutrition Label
Resolution chain
muk.training resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 139.45.194.168 | 139.45.192.0/19 | AS9002 | — | CH |
WHOIS identity
- Registrar
- iana:1112
- Organization
- registrant information is not published
- Contact emails
Subdomains
2 observed subdomains of muk.training.
| Subdomain |
|---|
| ml.muk.training |
| www.muk.training |
Web-graph footprint
Distinct hostnames that link to or from muk.training in the public web crawl.
121 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for muk.training.
| Mechanism | Target |
|---|---|
| SPF_A | muk.training |
| SPF_INCLUDE | ml.muk.training |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.38.72.35 |
| SPF_IP | 185.38.72.36 |
| SPF_IP | 185.38.72.37 |
| SPF_IP | 185.38.72.38 |
| SPF_IP | 213.160.152.82 |
| SPF_IP | 46.182.84.230 |
| SPF_IP | 88.81.253.162 |
| SPF_IP | 88.81.253.165 |
| SPF_MX | muk.training |
Related pages
Pivot deeper into the graph from muk.training.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "muk.training"})-[: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.