InInfoSec Write-upsbyAdam Goss·Nov 6, 2023Python Threat Hunting Tools: Part 11 — A Jupyter Notebook for MISPLearn how to create a Jupyter Notebook using Python to interact with your MISP instance and drastically speed up your CTI operations!A response icon1A response icon1
InInfoSec Write-upsbyAdam Goss·Jul 7, 2023Python Threat Hunting Tools: Part 10 — The Power of Jupyter NotebooksLearn about the power of Jupyter Noteboks and how to integrate your Python threat hunting tools!
InInfoSec Write-upsbyAdam Goss·Jun 30, 2023Python Threat Hunting Tools: Part 9 — Creating Python Packages with PoetryDiscover how to create Python packages with Poetry so others can easily integrate your hunting tools into their projects!A response icon1A response icon1
InInfoSec Write-upsbyAdam Goss·Jun 19, 2023Python Threat Hunting Tools: Part 8 — Parsing JSONLet’s learn how to extract valuable threat intelligence from JSON using Python! A handy skill for when interacting with web APIs.
InInfoSec Write-upsbyAdam Goss·Jun 12, 2023Python Threat Hunting Tools: Part 7 — Parsing CSVLet’s take a look at how we can parse CSV files to extract useful threat intelligence, then turn this into a threat hunting tool!A response icon1A response icon1
InInfoSec Write-upsbyAdam Goss·Jun 5, 2023Python Threat Hunting Tools: Part 6 — Creating EXEs from Python FilesLearn how to turn your fragile Python scripts into versitile threat hunting executable tools.A response icon1A response icon1
InInfoSec Write-upsbyAdam Goss·May 31, 2023Python Threat Hunting Tools: Part 5 — Command Line ArgumentsLearn how to expand your Python scripts by using command line arguments!
InInfoSec Write-upsbyAdam Goss·May 22, 2023Python Threat Hunting Tools: Part 4 — Browser AutomationLet’s learn to use browser automation to scale our threat hunting capabilities!
InInfoSec Write-upsbyAdam Goss·May 15, 2023Python Threat Hunting Tools: Part 3 — Interacting with APIsWelcome back to this series on building threat hunting tools! Today how interacting with APIs can help us threat hunt.A response icon1A response icon1
InInfoSec Write-upsbyAdam Goss·May 8, 2023Python Threat Hunting Tools: Part 2 — Web ScrapingWelcome back to this series on building threat hunting tools! Let’s dive into web scraping and create a tool to gather threat intelligence.
Adam Goss·May 1, 2023Python Threat Hunting Tools: Part 1 — Why?Learn how to build your own threat hunting tools with Python! First, let’s find out why this is important.