What's inside a MISP event?
Let’s visualize the MISP data model within a MISP event To simplify understanding the MISP data model, we’ve divided its approach into two main layers: a data layer and a context layer. Let’s see t...
Let’s visualize the MISP data model within a MISP event To simplify understanding the MISP data model, we’ve divided its approach into two main layers: a data layer and a context layer. Let’s see t...
Sharing communities bring together organizations that collaborate to share threat intelligence using the MISP platform. Let’s explore what these communities are and see some of the unique aspects ...
A publication often conveys the stereotype of a research project’s completion, or worse, acts as proof of truth and a definitive answer to a question. But it isn’t the case. A publication might not...
Hello MISP MISP is an opensource threat intelligence platform that plays a crucial role cyber threat intelligence sharing, by enabling the collection, storage, distribution, and sharing of cyber t...
Narrative attacks are strategic efforts to manipulate public perception by spreading false or misleading information about individuals, organizations, or ideas. These attacks aim to create a negati...
Install Excalidraw locally Installation Excalidraw developer docs git clone https://github.com/excalidraw/excalidraw.git cd excalidraw npm install npm start Go to: http://localhost:3000
In cybersecurity one silent adversary often goes unacknowledged: cognitive bias. Every professional, despite their best efforts, carries inherent biases that can influence decision-making. Recogniz...
Cybersecurity being mostly an English speaking industry, individuals and organizations who can’t use English in their daily workflow are heavily penalized. And while translation tools may help, the...
Let’s introduce the concept of cognitive preference: Cognitive preference refers to the distinct way individuals approach problem-solving, perception, and information processing. While it may not ...
NLP with transformers, quick conda setup Create a Conda env conda create -n [name of the new env] python=3.11 Activate your conda env conda activate [name of the new env] Upgrade pip for this ne...