Skip to main content

Weekend Reading - 02/02/2024 - Cloudflare Hacked - Long Read


dips
Forum|alt.badge.img+7
  • Veeam Legend
  • 808 comments

With the daily news of ransomware and organisations getting hacked, a big one this week was from Cloudflare getting hacked. A long read I recommend reading is the blog entry they published:

Summary:

 

In November 2023, Cloudflare experienced a security breach. A threat actor gained access to their internal systems using stolen credentials. The attacker explored various resources, including the wiki, bug database, and source code repositories. Cloudflare promptly detected and blocked the intruder, conducted an investigation, and implemented security measures. Fortunately, no customer data or systems were compromised during this incident.

9 comments

coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4139 comments
  • February 2, 2024

@dips - like I need any more tech reading...on the weekends, no less 😏😁


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8492 comments
  • February 2, 2024

It is funny you posted about this as I used Cloudflare with my blog then when I moved hosting providers end of 2023 I actually stopped using them altogether.  Just could not justify the cost of that on top of my hosting costs.  The new hosting provider provides stuff like Cloudflare, and my site is very quick and secure now.


dips
Forum|alt.badge.img+7
  • Author
  • Veeam Legend
  • 808 comments
  • February 2, 2024
coolsport00 wrote:

@dips - like I need any more tech reading...on the weekends, no less 😏😁

No such things are weekends when in IT @coolsport00 😂


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4139 comments
  • February 2, 2024
dips wrote:
coolsport00 wrote:

@dips - like I need any more tech reading...on the weekends, no less 😏😁

No such things are weekends when in IT @coolsport00 😂

For you, maybe Dipen 😁 I try to enjoy my weekend! Life’s too short! 🙂 (except when I have to work..hahaha)


dips
Forum|alt.badge.img+7
  • Author
  • Veeam Legend
  • 808 comments
  • February 2, 2024
Chris.Childerhose wrote:

It is funny you posted about this as I used Cloudflare with my blog then when I moved hosting providers end of 2023 I actually stopped using them altogether.  Just could not justify the cost of that on top of my hosting costs.  The new hosting provider provides stuff like Cloudflare, and my site is very quick and secure now.

Yep, I agree, most providers not include it. No point having an additional cost


dips
Forum|alt.badge.img+7
  • Author
  • Veeam Legend
  • 808 comments
  • February 2, 2024
coolsport00 wrote:
dips wrote:
coolsport00 wrote:

@dips - like I need any more tech reading...on the weekends, no less 😏😁

No such things are weekends when in IT @coolsport00 😂

For you, maybe Dipen 😁 I try to enjoy my weekend! Life’s too short! 🙂 (except when I have to work..hahaha)

That I can agree with. Got to make the most of the weekend!


vAdmin
Forum|alt.badge.img+2
  • Influencer
  • 168 comments
  • February 4, 2024
dips wrote:
coolsport00 wrote:

@dips - like I need any more tech reading...on the weekends, no less 😏😁

No such things are weekends when in IT @coolsport00 😂

Especially in the Cybersecurity world, the attacker don’t sleep 😴


coolsport00
Forum|alt.badge.img+20
  • Veeam Legend
  • 4139 comments
  • February 4, 2024

Truth!


Geoff Burke
Forum|alt.badge.img+22
  • Veeam Legend, Veeam Vanguard
  • 1318 comments
  • February 4, 2024

A few very interesting and critical points. Two key elements here are firstly they built their environment based on the Zero Trust Framework, most critically segmentation and strict user access controls, and secondly they had a security team and it was alerted and took action. 

One thing I will even quote because of its importance  “The 76 source code repositories were almost all related to how backups work, how the global network is configured and managed, how identity works at Cloudflare, remote access, and our use of Terraform and Kubernetes.”

So they wanted to know about backups, identity and were looking for automation “Terraform and Kubernetes”

One of Zero Trust’s most important tenets, which I see often ignored unfortunately is Assume Breach. If you assume that you will be breached then your outlook on the way you build your environment changes drastically. Keeping in mind as was stated in the article, the bad guys get in and then sit, probe, take breaks and study the environment, they might go unnoticed for a long time which allows them to do a lot of damage

Equally important is many companies don’t have security teams, the backup admins are being given this role but lack the expertise and the time to perform that role. 

So picture this same incident in a company, with no security team and no zero trust. This is why the 3 2 1 rule with immutability is so important. The offsites have to be immutable as well since local immutability can be defeated by chattr -i if the bad guys are able to break into your local storage. 

 


Comment