Welcome to my cybersecurity blog

less than 1 minute read

Welcome to my cybersecurity blog!

This will be a blog about computer security focused on low-level, malware, threat intelligence/hunting, and other cybersecurity topics.

I will be write about:

  • low-level computing
  • reverse engineering
  • development and analysis of malware
  • automation scripts
  • cyber threat intelligence and hunting

Most of the tutorials require an understanding of the Python, C/C++, and Assembly programming languages:

#include <stdio.h>

int main() 
{
    printf("Hello World!");
    return 0;
}

If you have questions, you can ask them on my email.

My Github repo: https://github.com/P4nD3m1CB0Y0xD