Hostname
coresoftcloud.com
Last fetched
coresoftcloud.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
coresoftcloud.com 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 |
|---|---|---|---|---|
| 52.64.169.40 | 52.64.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of coresoftcloud.com owner
- Contact emails
- mhannah@coresoft.com.au
- 5cc06a50-cfa6-4535-ba73-30d642a7994b@identity-protect.org
- 647bf2fd-9489-43b1-b004-54a848b3007b@identity-protect.org
- 9890906f-7c8a-4c01-9b98-7256e65ea3c4@identity-protect.org
- b34030ad-dca9-47c3-b2f6-29556fe2fa8a@identity-protect.org
- b4ea3f7c-5854-4947-b703-9785e7385421@identity-protect.org
- bbfedaa9-5d81-4c5d-8d34-c7c64cb64478@identity-protect.org
- owner-6570446@coresoftcloud.com.whoisprivacyservice.org
Subdomains
6 observed subdomains of coresoftcloud.com.
Web-graph footprint
Distinct hostnames that link to or from coresoftcloud.com in the public web crawl.
8 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for coresoftcloud.com.
| Mechanism | Target |
|---|---|
| SPF_A | coresoft022.coresoftcloud.com |
| SPF_IP | 149.72.131.24 |
| SPF_IP | 54.153.132.60 |
Related pages
Pivot deeper into the graph from coresoftcloud.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "coresoftcloud.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.