Slashdot Mirror


User: deepdive

deepdive's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:Ken Thompson, Anyone? on Ask Slashdot: Linux Security, In Light of NSA Crypto-Subverting Attacks? · · Score: 1

    A quick and dirty fix to such compiler attacks could be to have proper network watchdogs setup, and paying attention to the logs they generate.

    For example, init and login should not be accessing the network! Of course one can go one step deeper and inspect all file-handles opened by all the process. As a process can write stuff to a hidden log (and indeed memory!), and then some ok-looking process can fire up and do the actual net transfer. etc

    Of course, this would have to be a hardened kernel level module.

    So a little extra vigilance can take care of such attacks. But the crypto-weakening attacks don't seems to be so straight forward to manage. imho.