Help Required for W...
 
Notifications
Clear all

Help Required for WMI Forensics

5 Posts
4 Users
0 Likes
953 Views
(@osama-mansoor)
Posts: 1
New Member
Topic starter
 

Hi,
I am new in forensics.

Can someone please help me regarding WMI forensics?

Like the helps links or how should I start tutorials or presentation or tools by which i can start it.

 
Posted : 27/02/2018 7:25 pm
jaclaz
(@jaclaz)
Posts: 5133
Illustrious Member
 

Can someone please help me regarding WMI forensics?

What do you mean with WMI?

Windows Management Instrumentation?

Mind you that different Windows OS's version may have different WMI objects/data.

Anyway, here are a few links, I believe that most if not all related work has been done by FireEye and their researchers/investigators
https://github.com/davidpany/WMI_Forensics
https://www.fireeye.com/content/dam/fireeye-www/global/en/current-threats/pdfs/wp-windows-management-instrumentation.pdf
https://media.defcon.org/DEF%2520CON%252023/DEF%2520CON%252023%2520presentations/DEFCON-23-Ballenthin-Graeber-Teodorescu-WMI-Attacks-Defense-Forensics.pdf

jaclaz

 
Posted : 27/02/2018 8:00 pm
MDCR
 MDCR
(@mdcr)
Posts: 376
Reputable Member
 

WMIC.EXE is a useful interface, albeit a bit clunky.

Type WMIC /? in a command shell to get more info

If you want to programmatically query WMI, and create reusable code you can use .NET.
http//www.i-programmer.info/projects/38-windows/208-disk-drive-dangers.html?start=1

 
Posted : 27/02/2018 11:15 pm
Bunnysniper
(@bunnysniper)
Posts: 257
Reputable Member
 

Can someone please help me regarding WMI forensics?

The most interesting thing is gaining persistence via WMI and avoid detection of backdoors and malware. This might help
https://www.fireeye.com/blog/threat-research/2017/03/dissecting_one_ofap.html

WMI persistence is currently used by more advanced attackers, but i am sure we will see more of this persistence mechanism abused in near future.

 
Posted : 28/02/2018 9:57 am
jaclaz
(@jaclaz)
Posts: 5133
Illustrious Member
 

WMIC.EXE is a useful interface, albeit a bit clunky.

Yep ) , WMI/WMIC has an "awful" syntax, if you are not familiar with it, a good idea is to start by using the Scriptomatic
https://gallery.technet.microsoft.com/scriptcenter/Scriptomatic-21-aka-shame-9cdc28b5

Rob van Der Woude's site is a treasure trove for using and abusing WMI
http//www.robvanderwoude.com/wmitools.php
http//www.robvanderwoude.com/wmiexamples.php
including his own WMIGEN
http//www.robvanderwoude.com/wmigen.php

jaclaz

 
Posted : 28/02/2018 10:20 am
Share: