Hostname
inmind.rs
Last fetched
inmind.rs resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
inmind.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 |
|---|---|---|---|---|
| 162.55.182.97 | 162.55.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with inmind.rs in WhisperGraph.
Subdomains
2 observed subdomains of inmind.rs.
Web-graph footprint
Distinct hostnames that link to or from inmind.rs in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for inmind.rs.
| Mechanism | Target |
|---|---|
| SPF_A | inmind.rs |
| SPF_A | mx.itsinbox.com |
| SPF_IP | 138.201.172.183/32 |
| SPF_IP | 162.55.1.185/32 |
| SPF_IP | 162.55.1.186/32 |
| SPF_IP | 162.55.1.187/32 |
| SPF_IP | 195.201.181.145/32 |
| SPF_IP | 195.201.197.39/32 |
| SPF_IP | 195.201.197.40/32 |
| SPF_IP | 195.201.197.41/32 |
| SPF_IP | 213.136.73.236/32 |
| SPF_MX | inmind.rs |
Related pages
Pivot deeper into the graph from inmind.rs.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inmind.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.