Hostname
markryden.ba
Last fetched
markryden.ba resolves to 2 IPv4 addresses operated by AS61211 in HR.
Nutrition Label
Resolution chain
markryden.ba 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 |
|---|---|---|---|---|
| 194.36.45.233 | 194.36.45.0/24 | AS61211 | — | HR |
| 5.9.53.31 | 5.9.0.0/16 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with markryden.ba in WhisperGraph.
Subdomains
8 observed subdomains of markryden.ba.
Web-graph footprint
Distinct hostnames that link to or from markryden.ba in the public web crawl.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- markryden.ba
SPF policy
6 SPF mechanisms authorising senders for markryden.ba.
| Mechanism | Target |
|---|---|
| SPF_A | markryden.ba |
| SPF_IP | 194.36.45.233 |
| SPF_IP | 45.156.250.0/24 |
| SPF_IP | 45.156.250.128 |
| SPF_IP | 5.9.53.31 |
| SPF_MX | markryden.ba |
Related pages
Pivot deeper into the graph from markryden.ba.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "markryden.ba"})-[: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.