Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 2.04 KB

README.md

File metadata and controls

32 lines (19 loc) · 2.04 KB

🐍 Python Data Breach Tracker

Description

Python Data Breach Tracker is a custom Python program designed to analyze data breaches across Financial, Healthcare, and Governmental Organizations. The program identifies the most common occurrences of data breaches within these sectors and determines the prevalent methods employed for breaches in the industry experiencing the highest frequency. This tool provides valuable insights into the vulnerabilities within critical sectors, enabling organizations to enhance their cybersecurity measures and better protect sensitive information.

Languages and Utilities Used

  • Python
  • Powershell

Environments Used

  • Windows 11 (21H2)

Program Reflection & Code:

  • The purpose of my custom python program was to figure out what the most common occurrence of data breaches were between, Financial, Healthcare, and Governmental Organizations. Once that was figured out, the python program was used to find out the most common method used for data breaches in the industry with the most occurrences of data breaches.

  • As far as the process goes to my surprise it was fairly simply and I just utilized the top-down planning approach. I think prior to even utilizing the top-down approach the initial challenge was finding the proper data set that I could easily utilize which I ended up getting off of Kaggle. The part that I got stuck on was utilizing the nested if/elif statements. I realized I over did it by calling on an if statement repetitively for the value in the [4] place instead of calling on it once and then nesting the rest of the if statements concerning the values in the [5] place

Creating Counter & Discovering Most Breaches:
Disk Sanitization Steps

Analyzing Type of Data Breaches for Governmental Data Breaches:
Disk Sanitization Steps