Thursday, 27 November 2014

Registry - DoubleDirect MitM Attack disable for Windows

Hive: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
Key: EnableICMPRedirect

default: dword:00000001

current workaround: set it to "dword:00000000" to disable it


if any service doesn't work anymore, just set it back to "1" and wait for the final patch

Tuesday, 25 November 2014

Registry - Outlook - Mark item as read when selection changes



Hive: HKCU\\Software\Microsoft\Office\15.0\Outlook\Preferences\
Key: PreviewDontMarkUntilChange
Value: 1 (on)
Value: 0 (off)

15.0 = 2013
14.0 = 2010
...