0xflux / Sanctum

Sanctum is a proof-of-concept EDR like tool, designed to detect modern malware techniques, above and beyond the capabilities of antivirus. Built in Rust.
https://fluxsec.red/sanctum-edr-intro
3 stars 1 forks source link

Drv - Intercept syscalls #17

Open 0xflux opened 1 week ago

0xflux commented 1 week ago

Intercept syscalls and look at what parameters are being passed, is there anything suspicious going on? Some key syscalls of interest:

Notes

This may more be required from the injected DLL - but to research if this can also be done in the kernel. If so, this feature / issue should handle overwriting syscalls with jumps to the Sanctum DLL for the inspection. This telemetry should then be sent back to the engine for processing, in tandem with any kernel messages.

Additional features: