Hostname
alaeefapparels.com
Last fetched
alaeefapparels.com resolves to 2 IPv4 addresses operated by AS133070 in BD. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
alaeefapparels.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 |
|---|---|---|---|---|
| 115.187.18.55 | 115.187.18.0/24 | AS133070 | — | BD |
| 148.72.171.193 | 148.72.171.0/24 | AS30083 | AS-30083-US-VELIA-NET - velia.net | US |
WHOIS identity
- Registrar
- iana:82
- Organization
- domain admin
- Contact emails
Subdomains
7 observed subdomains of alaeefapparels.com.
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for alaeefapparels.com.
| Mechanism | Target |
|---|---|
| SPF_A | alaeefapparels.com |
| SPF_INCLUDE | nixtecsys.com |
| SPF_IP | 115.187.18.50 |
| SPF_IP | 182.160.102.110 |
| SPF_IP | 182.160.98.172 |
| SPF_IP | 202.74.241.119 |
| SPF_IP | 202.74.241.123 |
| SPF_IP | 45.64.135.186 |
| SPF_IP | 45.64.135.198 |
| SPF_MX | alaeefapparels.com |
Related pages
Pivot deeper into the graph from alaeefapparels.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alaeefapparels.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.