Hostname
amanah.cc
Last fetched
amanah.cc resolves to 1 IPv4 address operated by MCS-AS-ID - PT. Maxindo Content Solution in ID. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
amanah.cc resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 175.103.58.212 | 175.103.58.0/24 | AS55669 | MCS-AS-ID - PT. Maxindo Content Solution | ID |
WHOIS identity
- Registrar
- iana:303
- Organization
- —
- Contact emails
- —
Threat posture
History
Mail and authentication
MX records
- amanah.cc
SPF policy
3 SPF mechanisms authorising senders for amanah.cc.
| Mechanism | Target |
|---|---|
| SPF_A | amanah.cc |
| SPF_IP | 175.103.58.210 |
| SPF_MX | amanah.cc |
Related pages
Pivot deeper into the graph from amanah.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "amanah.cc"})-[: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.