A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
Thanks for reaching out. The code and messages are not malware turn on something suspicious running on your PC.
They belong to windows built-in tracing and instrumentation components, specifically:
- WMI(Windows Management Instrumentation)
- WPP (Windows Software Trace Preprocessor)
- IMAPI/FileSystemImageTracing
- Event Tracing for Windows(ETW).
The snippets such as:
- #pragma namespace (\\.\root\WMI”)
- Class FileSystemImageTracing: Event Trace
- TRACE_LEVEL_FATAL / ERROR / WARNING / INFORMATION / VERBOSE
- References to .pdb, drivers, imapi2, filesystemimaging Are debug/trace definition used internally by windows to log and Diagnose system level operations (for example, CD/DVD burning, file system imaging , or storage operations).
Why this appears on your screen
This content is visible because:
- You are viewing stack overflow/developer from forum page that contains:
- decompiled symbols
- WMI MOF (managed object format) definitions
- windows driver tracing metadata
- your network or security solution shows:
this simply negates a blocked outbound bad request not an active process running on your machine[site blocked: www.les.com] from source 192.168.1.20 - the time stamps and comments indicate static source or symbol information on the live executable
important clarification
this does not mean:
- hidden driver is running
- a hacker is accessing your PC
- malware is executing in the background
this is:
- normal windows diagnostic infrastructure
- read-only source/ debug metadata
- Safe and expected on all supported version of Windows
what you should do(recommended actions)
No actions is required if :
- Your system is functioning normally
- This is only visible in a browser or forum page.
Optional checks
- Run windows security
- Open Windows security -> Virus & threat protection
- Run a full scan
- Verify running services
- Open task manager -> processes
- Confirm only known Microsoft services are running
- Keep Windows updated
- Settings-> Windows Update-> Check for updates
Please let us know if you require any further assistance we’re happy to help. If you found this information useful, kindly mark this as "Accept Answer".