Hostname
almashhad.com
Last fetched
almashhad.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
almashhad.com 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 |
|---|---|---|---|---|
| 18.238.80.127 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.129 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.36 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.238.80.41 | 18.238.80.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.161.55.126 | 3.161.52.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.161.55.73 | 3.161.52.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.161.55.86 | 3.161.52.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 3.161.55.94 | 3.161.52.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | MX |
| 65.9.175.31 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.57 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.70 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.93 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
4 observed subdomains of almashhad.com.
Web-graph footprint
Distinct hostnames that link to or from almashhad.com in the public web crawl.
486 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for almashhad.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | spf-uae.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | transmail.net |
| SPF_INCLUDE | zcsend.net |
Related pages
Pivot deeper into the graph from almashhad.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "almashhad.com"})-[: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.