Hostname
ajocs.com
Last fetched
ajocs.com resolves to 2 IPv4 addresses operated by AS132241 in MY. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
ajocs.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.8.25.15 | 103.8.25.0/24 | AS132241 | — | MY |
| 45.64.99.99 | 45.64.99.0/24 | AS58477 | — | ID |
WHOIS identity
- Registrar
- iana:303
- Organization
- alhajjaj enterprise
- Contact emails
Subdomains
7 observed subdomains of ajocs.com.
Web-graph footprint
Distinct hostnames that link to or from ajocs.com in the public web crawl.
7 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- ajocs.com
SPF policy
12 SPF mechanisms authorising senders for ajocs.com.
| Mechanism | Target |
|---|---|
| SPF_A | ajocs.com |
| SPF_IP | 103.8.25.14 |
| SPF_IP | 103.8.25.15 |
| SPF_IP | 103.8.25.18 |
| SPF_IP | 103.8.25.180 |
| SPF_IP | 103.8.25.19 |
| SPF_IP | 103.8.25.221 |
| SPF_IP | 103.8.25.235 |
| SPF_IP | 113.23.184.145 |
| SPF_IP | 163.47.203.57 |
| SPF_IP | 45.64.99.99 |
| SPF_MX | ajocs.com |
Related pages
Pivot deeper into the graph from ajocs.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ajocs.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.