Hostname
monitor.rs
Last fetched
monitor.rs resolves to 1 IPv4 address operated by ORIONTELEKOM-AS in RS. WHOIS lists registrar:hostingmania d.o.o. beograd as the registrar.
Nutrition Label
Resolution chain
monitor.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 |
|---|---|---|---|---|
| 95.140.113.94 | 95.140.112.0/22 | AS9125 | ORIONTELEKOM-AS | RS |
WHOIS identity
- Registrar
- registrar:hostingmania d.o.o. beograd
- Organization
- —
- Contact emails
- —
Subdomains
11 observed subdomains of monitor.rs.
Web-graph footprint
Distinct hostnames that link to or from monitor.rs in the public web crawl.
99 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for monitor.rs.
| Mechanism | Target |
|---|---|
| SPF_A | monitor.rs |
| SPF_IP | 147.91.16.161/32 |
| SPF_IP | 87.230.87.249 |
| SPF_IP | 89.216.119.226 |
| SPF_IP | 95.140.113.154 |
| SPF_IP | 95.140.113.94 |
| SPF_MX | monitor.rs |
Related pages
Pivot deeper into the graph from monitor.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "monitor.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.