Welcome to Greg's blog
It's 22:35:14
It's 22:35:14
Here is a small post on what comes after the natural language processing pipeline (e.g. from using spacy or nltk for example). For example, linking the words to their actual meaning using a sense database (such as WordNet) or extracting basic knowledge from the sentence structure.
While this may seem useless in 2024, one full year after ChatGPT came out, I still think it's an interesting topic worth exploring.
The goal of this post is to present the general idea of what a company's IT architecture looks like in order to give a little perspective on its complexity. It should be useful to someone who is starting to work in a CSIRT environment. The idea is to be complete without going too much into the details of how each part of the IT environment is interconnected with one another.
The goal of this repo is to create an Outlook Add-In which will be useful to report phishing emails from the Outlook client.
This project was inspired by NotifySecurity from CERT Société Générale.
Well, it's been a year since I (finally) finished school and started working. I wanted to write this small article for myself to remember what I learned in my first year of work. Hopefuly, I'll do something similar in a few more years and I'll be able to check on my progress.
Webscrapping is the process of extracting data from web pages. It can be quite slow, especially when scrapping thousands of pages. In this article, we'll try to divide the time it takes as much as we can.