Hostname
posta.rs
Last fetched
posta.rs resolves to 1 IPv4 address operated by AS13091 in RS. WHOIS lists registrar:jp 'posta srbije' as the registrar.
Nutrition Label
Resolution chain
posta.rs 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 |
|---|---|---|---|---|
| 212.62.32.46 | 212.62.32.0/20 | AS13091 | — | RS |
WHOIS identity
- Registrar
- registrar:jp 'posta srbije'
- Organization
- —
- Contact emails
- —
Subdomains
53 observed subdomains of posta.rs.
Showing 25 of 53. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from posta.rs in the public web crawl.
547 sites link to this hostname.
50 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for posta.rs.
| Mechanism | Target |
|---|---|
| SPF_A | smg1.posta.rs |
| SPF_A | smg2.posta.rs |
| SPF_IP | 212.62.32.184 |
| SPF_IP | 212.62.32.69 |
| SPF_IP | 212.62.32.70 |
| SPF_IP | 212.62.36.50 |
| SPF_IP | 212.62.36.51 |
| SPF_IP | 212.62.57.189 |
| SPF_IP | 212.62.57.190 |
| SPF_IP | 212.62.57.217 |
| SPF_IP | 212.62.57.218 |
Related pages
Pivot deeper into the graph from posta.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "posta.rs"})-[: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.