Hostname
tickets.rs
Last fetched
tickets.rs resolves to 1 IPv4 address operated by ORACLE-BMC-31898 - Oracle Corporation in DE.
Nutrition Label
Resolution chain
tickets.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 |
|---|---|---|---|---|
| 138.3.253.112 | 138.3.240.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | DE |
WHOIS identity
No WHOIS records are currently associated with tickets.rs in WhisperGraph.
Subdomains
28 observed subdomains of tickets.rs.
Showing 23 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from tickets.rs in the public web crawl.
664 sites link to this hostname.
46 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for tickets.rs.
| Mechanism | Target |
|---|---|
| SPF_A | tickets.rs |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 138.3.253.112 |
| SPF_IP | 153.92.224.0/19 |
| SPF_IP | 185.107.232.0/22 |
| SPF_IP | 185.24.144.0/22 |
| SPF_IP | 185.41.28.0/22 |
| SPF_IP | 213.32.128.0/18 |
| SPF_IP | 77.105.36.132 |
| SPF_IP | 77.105.36.180 |
| SPF_IP | 77.32.128.0/18 |
| SPF_IP | 77.32.160.59 |
| SPF_IP | 77.32.192.0/19 |
| SPF_IP | 94.143.16.0/21 |
| SPF_MX | tickets.rs |
Related pages
Pivot deeper into the graph from tickets.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tickets.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.