Hi,
From your description it appears you have a web app open to the public. Have you patched all known vulnerabilities of the components that make up your web app? For example, the recent React Server Components remote code execution vulnerability has been affecting many people. Please review below articles:
Does you app use Next.js? If yes see below:
https://nextjs.org/blog/CVE-2025-66478
Critical Security Vulnerability in React Server Components
https://react.dev/blog/2025/12/03/critical-security-vulnerability-in-react-server-components
Defending against the CVE-2025-55182 (React2Shell) vulnerability in React Server Components
Please click Accept Answer and upvote if the above was helpful.
Thanks.
-TP