vote up 1 vote down star

If you sign a windows (native, not .NET) application with a code signing certificate, does this somehow prevent it being subsequently infected with a virus?

Obviously if you sign an already infected file, you've got a problem...

flag

71% accept rate

2 Answers

vote up 1 vote down

Since it checks integrity of file, it would help. However, there is nothing preventing virus from stripping signature.

If more applications employ this as a measure viruses will just strip signature and infect it anyhow.

link|flag
Thanks - At what point does the file integrity get checked - on every execution? – Roddy Jul 30 at 10:35
I would assume so. However, notice that a lot of things can be changed via group policy so I cannot vouch for that. – Josip Medved Jul 30 at 11:16
vote up 1 vote down

If the application is signed, it can't be altered without invalidating the signature. So if nothing else, it's easier to identify that the application has been tampered with.

If it were an Office document, template or add-in with signed VBA modules, then (depending on the user's macro security settings), Office would pop up a dialog alerting the user before executing the macros - or refuse point blank to execute them. (It would detect that the macros did not have a valid signature, not that the file had been tampered with). I don't think that standard applications (EXEs) work like this, though.

link|flag
No, but there is a policy setting to only allow signed .exe's – Anders Jul 30 at 14:09

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.