EDR-Telemetry
EDR-Telemetry copied to clipboard
Add Windows API Telemetry Category
A Category for Win32 API telemetry would be useful.
These are a primary data source for most EDRs. This data is available from Kernel ETW (especially Threat-Intelligence) or user-mode hooks.
Possible APIs to include are -
- Local Executable Memory Events
- VirtualAlloc
- VirtualProtect
- MapViewOfFile
- Remote Executable Memory Events
- VirtualAllocEx
- VirtualProtectEx
- MapViewOfFile2
- Remote Process Manipulation Events
- QueueUserAPC
- SuspendThread
- SetThreadContext
- WriteProcessMemory
- Remote Process Collection Events
- ReadProcessMemory
- Driver Events
- DeviceIoControl
- Keylogging Events
- RegisterRawInputDevices
- SetWindowsHookEx
- GetAsyncKeyState
I see you like API telemetry too. 😃
Apologies for the delay on this. We needed to find a way to introduce new telemetry categories and subcategories without affecting the overall score. I'm now looking into implementing this as a new subcategory very soon.