
Static Malware Analysis of Follina (CVE-2022-30190) from Blue Team Labs Online
Lab: Blue Team Labs Online – Follina Challenge
Analysis Type: Static Analysis
Tools Used: VirusTotal, Windows File Explorer
As my Blue Team journey, I wanted to deeply understand real-world document-based attacks.
I came across a suspicious Microsoft Word document named sample.doc and decided to analyze it statically — without ever executing the file.
This write-up documents my complete static analysis process, key discoveries, and the important lessons I learned about the famous Follina exploit (CVE-2022-30190).

I started by examining the file in my file explorer.
sample.doc
Even though it looked harmless, I knew better than to open it. I moved straight to threat intelligence checking.
I uploaded the file to VirusTotal to get an immediate picture of its reputation.
Key Results:
4aa240481afbe9fb62e7a6a4a9adbd1faf41f266b5f9feecdeb567aec096784cve-2022-30190, exploit, calls-wmi

The high detection rate and CVE tag immediately told me this was not a simple macro virus.
I explored the Behavior tab to understand the techniques this sample uses.
Main techniques observed:
These techniques are classic signs of the Follina attack chain.

The most interesting part was in the Relations → Contacted URLs section.
The document attempts to reach suspicious domains under xmlformats.com (a clear spoof of legitimate Microsoft domains) and requests a file named RDF842l.html.
This is the hallmark of the Follina exploit — using external XML relationships to trigger the ms-msdt: protocol.

.rels files are a red flag that should never be ignored.This was my first real malware analysis lab, and it taught me how sophisticated modern document exploits have become.
I now have a much better understanding of how attackers bypass common security controls and why static analysis is such an important skill for every Blue Teamer.
I’m excited to continue this journey and analyze more complex samples in the future.
🛡️ Vihanga | Aspiring Blue Teamer
Connect with me on
Open to feedback, suggestions, and discussions!