Hostname
promblock.com
Last fetched
promblock.com resolves to 2 IPv4 addresses operated by AS9123 in RU. WHOIS lists iana:463 as the registrar.
Nutrition Label
Resolution chain
promblock.com 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 |
|---|---|---|---|---|
| 5.129.252.225 | 5.129.253.0/24 | AS9123 | — | RU |
| 88.99.149.39 | 88.119.56.0/22 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:463
- Organization
- personal data, can not be publicly disclosed according to applicable laws.
- Contact emails
Subdomains
2 observed subdomains of promblock.com.
| Subdomain |
|---|
| mail.promblock.com |
| www.promblock.com |
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for promblock.com.
| Mechanism | Target |
|---|---|
| SPF_A | promblock.com |
| SPF_IP | 5.129.252.225 |
| SPF_IP | 88.99.149.39 |
| SPF_MX | promblock.com |
Related pages
Pivot deeper into the graph from promblock.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "promblock.com"})-[: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.