Nessus
https://security.utexas.edu/nessus-agents

Windows
msiexec /i NessusAgent-VersionNumber-x64.msi NESSUS_GROUPS="UGST,Windows" NESSUS_KEY=05d660528c40cfe1dd8cb21fad465e9bf8aee2403bffe310ec6c976a040bbb47 NESSUS_SERVER="secret-agent-01.security.utexas.edu:8834" /qn

where VersionNumber is #.#.#

Mac
/Library/NessusAgent/run/sbin/nessuscli agent link --groups="UGST,macOS" --key=05d660528c40cfe1dd8cb21fad465e9bf8aee2403bffe310ec6c976a040bbb47 --host=secret-agent-01.security.utexas.edu --port=8834

Splunk
https://security.utexas.edu/improve-security-posture#Splunk
https://forms.security.utexas.edu/splunk_onboarding/splunk_onboarding

SWEET32

reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\Triple DES 168" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\Triple DES 168" /v Enabled /d 0 /t REG_DWORD /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\Triple DES 168/168" /f
reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\Triple DES 168/168" /v Enabled /d 0 /t REG_DWORD /f

  • No labels