Hostname
motion-order.optadata.de
Last fetched
motion-order.optadata.de resolves to 8 IPv4 addresses operated by AS64073 in IN.
Nutrition Label
Resolution chain
motion-order.optadata.de resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.226.2.109 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.127 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.15 | 0.0.0.0/0 | AS64073 | — | IN |
| 13.226.2.65 | 0.0.0.0/0 | AS64073 | — | IN |
| 18.65.3.108 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.118 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.129 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.65.3.36 | 18.65.2.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with motion-order.optadata.de in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from motion-order.optadata.de in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from motion-order.optadata.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "motion-order.optadata.de"})-[: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.