Hostname
designstatus.org
Last fetched
designstatus.org resolves to 1 IPv4 address operated by AS5606 in RO. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
designstatus.org 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 |
|---|---|---|---|---|
| 193.226.69.112 | 193.226.69.0/24 | AS5606 | — | RO |
WHOIS identity
- Registrar
- iana:303
- Organization
- irimioaia bogdan ciprian
- Contact emails
Subdomains
9 observed subdomains of designstatus.org.
Web-graph footprint
Distinct hostnames that link to or from designstatus.org in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- designstatus.org
SPF policy
7 SPF mechanisms authorising senders for designstatus.org.
| Mechanism | Target |
|---|---|
| SPF_A | designstatus.org |
| SPF_IP | 193.226.69.112 |
| SPF_IP | 37.251.155.42 |
| SPF_IP | 37.251.155.50 |
| SPF_IP | 81.181.254.41 |
| SPF_IP | 91.200.122.94 |
| SPF_MX | designstatus.org |
Related pages
Pivot deeper into the graph from designstatus.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "designstatus.org"})-[: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.