Hostname
workcompacademy.com
Last fetched
workcompacademy.com resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
workcompacademy.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 |
|---|---|---|---|---|
| 44.231.187.22 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of workcompacademy.com owner
- Contact emails
- informationtechnology@fsklaw.com
- 00b6fbff-8eb5-41d2-b52e-a5c1e5ebd484@identity-protect.org
- 1297a3c8-414a-4cc6-8291-1f447c965141@identity-protect.org
- 36c608da-6589-4dc4-a15c-a22e06f7fd3e@identity-protect.org
- 8d13769d-ded6-4d1b-a3c2-26a525890bd9@identity-protect.org
- d8d05540-d9f3-4ab0-98fa-cd84d7a60788@identity-protect.org
- db851f8a-c7d1-49fc-a3f4-96503c34d72a@identity-protect.org
Subdomains
6 observed subdomains of workcompacademy.com.
Web-graph footprint
Distinct hostnames that link to or from workcompacademy.com in the public web crawl.
18 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for workcompacademy.com.
| Mechanism | Target |
|---|---|
| SPF_A | workcompacademy.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.feedblitz.com |
| SPF_IP | 54.245.3.177 |
| SPF_MX | workcompacademy.com |
Related pages
Pivot deeper into the graph from workcompacademy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "workcompacademy.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.