Monday, December 11, 2023

TRYHACKME'S ADVENT OF CYBER 2023 (Day 2)

 Day 2 - “O Data, All Ye Faithful”



The primary objectives of this challenge were :

  • What data science involves and how it can be applied in Cybersecurity
  • Introduction to Python
  • Python libraries such as Pandas and Matplotlib to crunch data
In this task we were provided with a huge dataset and we had to use Jupiter notebooks and analyse the dataset and answer certain questions that required us to use the python libraries

.
The use of data science is increasing in cybersecurity due to its ability to offer insights. Analysing data, such as log events, leads to an intelligent understanding of ongoing events within an organisation. It is used in SIEM, threat trend analysis and predictive analysis.


Jupyter Notebooks are open-source documents containing code, text, and terminal functionality. They are popular in the data science and education communities because they can be easily shared and executed across systems. Additionally, Jupyter Notebooks are a great way to demonstrate and explain proof of concepts in Cybersecurity.


Pandas is a python library used for data manipulation and analysis, It provides data structures like DataFrames, which are efficient for handling and analyzing structured data whereas, Matplotlib is a python library used for plotting high-quality static, animated, and interactive visualizations, It provides a wide variety of charts and plots, including line plots, scatter plots, bar plots, histograms, pie charts, and more.


Here is the walkthrough of Day 2.

No comments:

Post a Comment

MY EXPERIENCE ON ADVENT OF CYBER 2023

  Tryhackme’s advent of cyber 2023 was a great experience, it was very beginner friendly and they provided well setup labs with a storyline ...