|
|
|
|
|
by service_bus
2226 days ago
|
|
It appears your organization left an elasticsearch database exposed to the internet. This happens frequently due to poor configuration. You're either going to have logs pointing to an IP that the individual used to siphon your data, or nothing. With an exposed elasticsearch database, you possibly had the data being siphoned by many parties, and are only aware now because of this particular incident. If you have any operations regarding customers in Europe, you need to notify your relevant Data Protection Authority https://edpb.europa.eu/about-edpb/board/members_en You should also sign your engineers up for this course: https://www.elastic.co/training/specializations/elastic-stac... |
|
sigh
Why is everything being deployed publicly accessible? If one is relying on their database configuration as their only protection, they are one fuckup away from disaster.
Layers, people, layers. If this is on a cloud provider, put it on a private VPC/subnet. Add a load balancer or similar serving traffic only to the instances you need traffic routed to(which are unlikely to be databases themselves, more likely web servers). Configure firewalls accordingly. And of course, configure the servers properly.