Cybersecurity Fundamentals, Part 1: The CIA Triad
In this multi-part series, I will continuously add learnings and insights from my cybersecurity studies prompted by the boot camp I just started. If you find the information insightful, please share a comment below and Like the post to increase reach!
The CIA Triad
The three foundational pillars of Information Security.
??Confidentiality: Authorized and maintained access. Protection of sensitive information, or Private Personal Information (PPI). Disclosure and compliance. See Case Study: Marriott Hack below.
?? Integrity: Data Integrity. Protection against improper modification or destruction of information. Making sure the data stays consistent and accurate.
?? Availability: Keeping the system and/or information available and accessible for the user. Eg: NetFlix is always working; it's always available.
I wish I had learned about the CIA triad a bit sooner, it would have saved me some embarrassment in a previous interview! Hot Tip: This is a different CIA, not the Central Intelligence Agency. The good news is I'll never mix the two up again -- "FAIL stands for First Attempt In Learning" - FullStack Academy
Case Study on Confidentiality - Marriott Hack
In 2018, Marriott revealed that ~380-500 million guest’s Private Personal Information (PPI) was exposed over the course of four years. The systems were not encrypted, only hashed using SHA-1 (which doesn’t qualify as encryption).
Per Marriott, the company had hired three third-party security firms to audit its security–Accenture, Verizon, and CrowdStrike–somehow, all three missed the PPI that was improperly secured. At least, this is what Marriott claims. I'll leave it to you to determine the truth.
Beginning in 2014, cybercriminals infiltrated Marriott’s systems through a recent acquisition of Starwood properties. Starwood’s systems were breached via a remote access trojan (RAT). RAT is a harmful computer program that grants the unauthorized user access to the system's administrative capabilities.?
Failures and Vulnerabilities:
There are several and failures vulnerabilities that led to this attack:
Only in 2015 did Marriott detect the cybercriminal’s activities within their reservation system, but still failed to properly address the issue, migrated data from Starwood to Marriott was also breached after the cybercriminals found the decryption keys.
Business Impact:
Marriott suffered over $1B in lost revenue due to diminished customer loyalty. Their stock dropped almost 5% as a result of the breach announcement. The British government fined Marriott $123M.
Lessons Learned:
Case Study on Integrity - National Health Service (NHS) Defacement
A website defacement attack is a rudimentary example of an cyberattack that speaks to the importance of the “I” in the CIA Triad: Integrity. This modification of a website can damage business continuity, brand image, and consumer trust.
领英推荐
In 2017, a hacker named “AnoaGhost” defaced the NHS (see image below). This was reported in 2018 by BBC. The hack was initially visually identified by a cybersecurity expert, who tweeted his findings to his followings on Twitter. Within hours, the message was removed and the site restored. However, the compromise was likely to have lasted five days without notice.
Common Causes of Defacement Attacks (per Imperva):
Lessons Learned:
Case Study: GitHub DDoS Attack Summary
On February 28th, 2018 GitHub was attacked with a memcached DDoS attack rather than botnet DDoS. The attack only lasted about 20 minutes thanks to GitHub having an active protection service that detected the DDoS after 10 minutes.
What happened:
What GitHub did to respond:
What GitHub is doing to improve:
Important note:
Hope you learned something new!
Sources:
Seeking a Cybersecurity Role | Kali Linux | Python & Web Developer | AWS & Terraform Certified
4 个月Original Post: https://www.dhirubhai.net/posts/timandes_ciatriad-cybersecurity-continuouslearning-activity-7257077985143336960-n-xU