Skip to content

LearningKijo/LearningKijo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 

Repository files navigation

Thank you for visiting @LearningKijo

X (formerly Twitter) Follow

I'm @LearningKijo, and my content will delve into three main topics: KQL, insightful out-of-the-box queries, and product & security research notes.

Repository

  1. LearningKijo/KQL
  2. LearningKijo/SecurityResearch-Note
  3. LearningKijo/ProductResearch-Note
  4. LearningKijo/MDEtester
  5. LearningKijo/ResearchDev

image

Speaker & Blogs

Microsoft Security Blog

Microsoft 365 Defender Virtual Ninja Training

Microsoft Security Insights

Expertise & Language

# Kusto query language(KQL) - Advanced 
# Python - intermediate
# PowerShell - intermediate
# API, RestAPI
# Cyberattack - APT29, AiTM, Ransomeware
# Microsoft Security solution <Defenders> against cyberattack
# Incident Response, Automation, Threat Hunting
# Malware analysis
      - Statis analysis
      - Dynamic analysis
      
# Experience
let MicrosoftProducts = datatable(id: int, value: string)
[
      1, "Microsoft Defender for Endpoints", 
      2, "Microsoft Defender for Office 365", 
      3, "Microsoft Defender for Cloud Apps", 
      4, "Microsoft Defender for Identity", 
      5, "Microsoft 365 Defender", 
      6, "Microsoft Sentinel"
];
MicrosoftProducts
| project id, value

image

Disclaimer

The views and opinions expressed herein are those of the author and do not necessarily reflect the views of company.

Releases

No releases published

Packages

No packages published