Posts

Showing posts with the label #SIEM

Democratize Log Access with AI

Image
Hola everyone, I´m Diego from diegowritesa.blog After taking most SANS AI courses,  SEC495 ,  SEC545  &  SEC595  - I felt like sharing some of my thoughts on how security fits into the AI world, and why it’s so important to consider from the very beginning. You can find me on  L inkedin  &  T witter  - These blogs take quite a bit of time to put together, and they’re all just meant to share knowledge. Any comments, requests, or connections are always much appreciated — love you all! ❤️ Today, we’re talking about using AI to empower your engineers, developers & auditors whenever they need logs. ----------------------------------------------------------------------------------------------------------------------------- Executive Summary " Democratize Log Access with an AI Abstraction Layer. Empower your developers, engineers and auditors to get the right information avoiding bottlenecks " ---------------------------------------...

Web Scraping for Cyber Security

Image
 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. ---------------------------------...