Hostname
amardeal.com
Last fetched
amardeal.com resolves to 2 IPv4 addresses operated by AS147181 in BD. WHOIS lists iana:1250 as the registrar.
Nutrition Label
Resolution chain
amardeal.com 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 |
|---|---|---|---|---|
| 103.174.50.168 | 103.174.50.0/24 | AS147181 | — | BD |
| 49.12.134.146 | 49.12.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:1250
- Organization
- revmall media
- Contact emails
Subdomains
11 observed subdomains of amardeal.com.
Web-graph footprint
Distinct hostnames that link to or from amardeal.com in the public web crawl.
20 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- amardeal.com
SPF policy
4 SPF mechanisms authorising senders for amardeal.com.
| Mechanism | Target |
|---|---|
| SPF_A | amardeal.com |
| SPF_IP | 103.174.50.168 |
| SPF_IP | 49.12.134.146 |
| SPF_MX | amardeal.com |
Related pages
Pivot deeper into the graph from amardeal.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amardeal.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.