cuckoosandbox / community

Repository of modules and signatures contributed by the community
323 stars 175 forks source link

svchost.exe not injectable by malware #463

Open d0mnik opened 4 years ago

d0mnik commented 4 years ago

From the few malware sample I have ran using Cuckoo, I noticed that whenever the malware attempts to write into svchost, the buffer would be empty and the summary page would normally give an alert command line output was observed and when expanded, reveals the WriteConsoleW API call with buffer Access is denied.

Is this a bug with Cuckoo or my setup?