Hostname
mainorder.de
Last fetched
mainorder.de resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
mainorder.de resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.156.91.112 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.91.16 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.91.6 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.156.91.87 | 108.156.88.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.37 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.5 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.74 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.96.95 | 18.164.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.100 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.13 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.89 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.160.97 | 3.166.160.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mainorder.de in WhisperGraph.
Subdomains
10 observed subdomains of mainorder.de.
Web-graph footprint
Distinct hostnames that link to or from mainorder.de in the public web crawl.
2 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
4 SPF mechanisms authorising senders for mainorder.de.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.mailcow.de |
| SPF_IP | 178.251.229.74/32 |
| SPF_MX | mainorder.de |
Related pages
Pivot deeper into the graph from mainorder.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mainorder.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.