Hostname
orion.ec
Last fetched
orion.ec resolves to 1 IPv4 address operated by AS24940 in DE.
Nutrition Label
Resolution chain
orion.ec 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 |
|---|---|---|---|---|
| 142.132.193.87 | 142.134.144.0/22 | AS24940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with orion.ec in WhisperGraph.
Subdomains
11 observed subdomains of orion.ec.
Web-graph footprint
Distinct hostnames that link to or from orion.ec in the public web crawl.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
- orion.ec
SPF policy
7 SPF mechanisms authorising senders for orion.ec.
| Mechanism | Target |
|---|---|
| SPF_A | orion.ec |
| SPF_IP | 116.202.134.105 |
| SPF_IP | 135.181.184.24 |
| SPF_IP | 142.132.193.87 |
| SPF_IP | 200.124.226.162 |
| SPF_IP | 65.21.82.90 |
| SPF_MX | orion.ec |
Related pages
Pivot deeper into the graph from orion.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "orion.ec"})-[: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.