Web Scraping for Cyber Security
Hola everyone, Today we are going to learn about Data Scraping and Automatically collecting Cyber Threat Intelligence (CTI) feeds to programmatically extract and import IOCs in different SIEMs. Do not worry, I will leave a link to my GitHub at the very end under "References & More Useful Information" so you can copy everything if you want. ** Disclaimer !! Remember that scraping without control can have impact on the website you are trying to ping, be considerate with your scraping, read the terms and conditions to see if it´s allowed, and try not to DDoS the server or website which you are gathering information from. ----------------------------------------------------------------------------------------------------------------------------- Executive Summary Data Scraping using Beautiful Soup Python Library to programmatically retrieve CTI feeds and ingest them into different SIEMs, for Threat Hunting, Detection Engineering, Automation. ---------------------------------...