Hostname
orcactf.app
Last fetched
orcactf.app resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in VN. WHOIS lists iana:625 as the registrar.
Nutrition Label
Resolution chain
orcactf.app resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.227.227.32 | 13.227.226.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 13.227.227.41 | 13.227.226.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 13.227.227.63 | 13.227.226.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 13.227.227.87 | 13.227.226.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.165.181.22 | 3.165.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.181.35 | 3.165.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.181.46 | 3.165.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.165.181.77 | 3.165.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.99.109 | 3.167.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.99.18 | 3.167.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.99.53 | 3.167.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.99.89 | 3.167.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:625
- Organization
- domain protection services,
- Contact emails
Subdomains
2 observed subdomains of orcactf.app.
| Subdomain |
|---|
| alpha.orcactf.app |
| api.orcactf.app |
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for orcactf.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from orcactf.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "orcactf.app"})-[: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.