Skip to content

Python Data Breach Tracker analyzes data breaches in Financial, Healthcare, and Governmental sectors to identify common breach occurrences and methods, helping organizations enhance cybersecurity.

Notifications You must be signed in to change notification settings

DonovanRoberts/Python-Data-Breach-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

🐍 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

About

Python Data Breach Tracker analyzes data breaches in Financial, Healthcare, and Governmental sectors to identify common breach occurrences and methods, helping organizations enhance cybersecurity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages