Hostname
orizont360.orizont.md
Last fetched
orizont360.orizont.md resolves to 2 IPv4 addresses operated by HOSTERION - HOSTERION SRL in RO.
Nutrition Label
Resolution chain
orizont360.orizont.md 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 |
|---|---|---|---|---|
| 91.188.226.11 | 91.188.226.0/24 | AS43927 | HOSTERION - HOSTERION SRL | RO |
| 92.114.98.112 | 92.114.98.0/24 | AS43927 | HOSTERION - HOSTERION SRL | RO |
WHOIS identity
No WHOIS records are currently associated with orizont360.orizont.md in WhisperGraph.
Subdomains
2 observed subdomains of orizont360.orizont.md.
Web-graph footprint
Distinct hostnames that link to or from orizont360.orizont.md in the public web crawl.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- orizont360.orizont.md
SPF policy
6 SPF mechanisms authorising senders for orizont360.orizont.md.
| Mechanism | Target |
|---|---|
| SPF_A | orizont360.orizont.md |
| SPF_INCLUDE | aphroditemx.hosterion.net |
| SPF_INCLUDE | atreusmx.hosterion.net |
| SPF_IP | 92.114.98.246 |
| SPF_IP | 92.114.98.32 |
| SPF_MX | orizont360.orizont.md |
Related pages
Pivot deeper into the graph from orizont360.orizont.md.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "orizont360.orizont.md"})-[: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.