Hostname
prom.md
Last fetched
prom.md resolves to 2 IPv4 addresses operated by AS43896 in UA.
Nutrition Label
Resolution chain
prom.md 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 |
|---|---|---|---|---|
| 193.34.169.24 | 193.34.169.0/24 | AS43896 | — | UA |
| 193.34.169.25 | 193.34.169.0/24 | AS43896 | — | UA |
WHOIS identity
- Registrar
- —
- Organization
- email: mykola@uaprom.net
- Contact emails
Subdomains
367 observed subdomains of prom.md.
Showing 25 of 367. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from prom.md in the public web crawl.
422 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for prom.md.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailersend.com |
| SPF_IP | 193.200.64.39 |
| SPF_IP | 193.242.216.160 |
| SPF_IP | 193.242.216.212 |
| SPF_IP | 193.34.168.58 |
| SPF_IP | 193.34.169.134 |
| SPF_IP | 85.25.166.125 |
| SPF_IP | 85.25.176.168 |
Related pages
Pivot deeper into the graph from prom.md.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prom.md"})-[: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.