Hostname
aisjamayat.com
Last fetched
aisjamayat.com resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
aisjamayat.com resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.30.215 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 148.113.35.192 | 148.113.0.0/18 | AS16276 | — | IN |
| 148.113.50.46 | 148.113.0.0/18 | AS16276 | — | IN |
| 172.67.173.241 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 217.217.248.79 | 217.217.248.0/22 | AS141995 | — | IN |
WHOIS identity
- Registrar
- iana:146
- Organization
- all india sunnat al jamayat
- Contact emails
- —
Subdomains
9 observed subdomains of aisjamayat.com.
Threat posture
History
Mail and authentication
MX records
- aisjamayat.com
SPF policy
4 SPF mechanisms authorising senders for aisjamayat.com.
| Mechanism | Target |
|---|---|
| SPF_A | aisjamayat.com |
| SPF_IP | 217.217.248.79 |
| SPF_IP | 217.217.249.0 |
| SPF_MX | aisjamayat.com |
Related pages
Pivot deeper into the graph from aisjamayat.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aisjamayat.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.