Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
follina-msdt-threat-investigation — 🔵 Threat analysis writeup for Follina (CVE-2022-30190) — Microsoft MSDT RCE zero-day exploited in the wild. Covers static analysis, VirusTotal, OSINT, MITRE ATT&CK T1059, and detection engineering using Windows Event ID 4688. | Kitploit
Tools/GitHubGitHub/zavikhttak/follina-msdt-threat-investigation
OSINT (Open Source Intelligence)Vulnerability AnalysisMalware AnalysisDigital ForensicsThreat IntelligenceLearning & EducationIncident Response
GitHubzavikhttak/follina-msdt-threat-investigation

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

follina-msdt-threat-investigation

🔵 Threat analysis writeup for Follina (CVE-2022-30190) — Microsoft MSDT RCE zero-day exploited in the wild. Covers static analysis, VirusTotal, OSINT, MITRE ATT&CK T1059, and detection engineering using Windows Event ID 4688.

View Repository
1 month agoNot yet reviewed

Follina — CVE-2022-30190 Threat Analysis

Microsoft MSDT Remote Code Execution zero-day — active exploitation investigation by MUHAMMAD ZAWAR KHATTAK

🔗 View Full Writeup →


🧪 Scenario

On a Friday evening, the team was alerted with a new RCE vulnerability actively being exploited in the wild. I was tasked with analyzing and researching the malicious sample to collect intelligence for the weekend team.


🧰 Tools Used

ToolPurpose
VirusTotalStatic analysis, file hashes, contacted URLs
Any.RunDynamic sandbox, MITRE ATT&CK mapping
CVE.orgOfficial vulnerability research
OSINT / GitHubDetection rules, threat intelligence
Linux CLIFile hashing via sha1sum

🔍 Key Findings


🛡️ Detection Rule (Windows Event ID 4688)

root@kitploit:~
ProcessName:       msdt.exe
ParentProcessName: WINWORD.EXE
EventID:           4688

📚 References

  • CVE-2022-30190 — cve.org
  • MITRE ATT&CK T1059
  • Detection Rules — GitHub

#BlueTeam #ThreatIntel #Follina #CVE-2022-30190 #MITRE #SOC #MalwareAnalysis #CyberSecurity

Download Tool
#Finding
SHA1 Hash06727ffda60359236a8029e0b3e8a0fd11c23313
File TypeOffice Open XML Document (disguised as .doc)
Malicious URLEmbedded in word/_rels/document.xml.rels
Process Killedmsdt.exe — Microsoft Support Diagnostic Tool
MITRE TechniqueT1059 — Command and Scripting Interpreter
CVECVE-2022-30190 — Microsoft MSDT RCE