Назад | Перейти на главную страницу

Windows Server 2008 R2 Standard - Остановить анонимный вход в систему

В Windows Server 2008 R2 Standard ED. У нас есть тонны АНОНИМНЫХ ВХОДОВ, зарегистрированных в средстве просмотра событий

Как это остановить? Как отключить АНОНИМНЫЙ ВХОД?

Копия сообщения:


An account was successfully logged on.

Subject:
    Security ID:        NULL SID
    Account Name:       -
    Account Domain:     -
    Logon ID:       0x0

Logon Type:         3

New Logon:
    Security ID:        ANONYMOUS LOGON
    Account Name:       ANONYMOUS LOGON
    Account Domain:     NT AUTHORITY
    Logon ID:       0x7863af9a
    Logon GUID:     {00000000-0000-0000-0000-000000000000}

Process Information:
    Process ID:     0x0
    Process Name:       -

Network Information:
    Workstation Name:   ZZC-01309261645
    Source Network Address: 111.xxx.xxx.134
    Source Port:        55xxx

Detailed Authentication Information:
    Logon Process:      NtLmSsp 
    Authentication Package: NTLM
    Transited Services: -
    Package Name (NTLM only):   NTLM V1
    Key Length:     128

This event is generated when a logon session is created. It is generated on the computer that was accessed.

The subject fields indicate the account on the local system which requested the logon. This is most commonly a service such as the Server service, or a local process such as Winlogon.exe or Services.exe.

The logon type field indicates the kind of logon that occurred. The most common types are 2 (interactive) and 3 (network).

The New Logon fields indicate the account for whom the new logon was created, i.e. the account that was logged on.

The network fields indicate where a remote logon request originated. Workstation name is not always available and may be left blank in some cases.

The authentication information fields provide detailed information about this specific logon request.
    - Logon GUID is a unique identifier that can be used to correlate this event with a KDC event.
    - Transited services indicate which intermediate services have participated in this logon request.
    - Package name indicates which sub-protocol was used among the NTLM protocols.
    - Key length indicates the length of the generated session key. This will be 0 if no session key was requested.

Вы можете использовать раздел реестра, чтобы ограничить его

HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentcontrolSet \ Control \ Lsa

Измените DWORD «RestrictAnonymous» на значение 2

Это установит ограничение на уровень 2. Однако будьте осторожны, поскольку это может привести к поломке, как здесь показано на примере проблем, связанных с Windows 2000.

http://support.microsoft.com/default.aspx?scid=KB;en-us;296405

Возможно, вы захотите дополнительно изучить свой компьютер и, возможно, свою сеть. У вас работает NTLM - очень старый и очень небезопасный протокол под названием NT Lan Manager. У вас также, возможно, есть открытые порты, которых не должно быть, что указывает на то, что вы не можете быть защищены брандмауэром. Безопасность Windows с годами улучшилась, но работать «голым» в Интернете по-прежнему опасно, особенно когда используется NTLM. Поставьте эту штуку за брандмауэр и, возможно, попросите специалиста по безопасности изучить вашу конфигурацию.