Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

V4 Troubleshooting FAQ

Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printabletrue

...

TLS 1.0 Vulnerability False Positive

  1. Open PowerShell as an administrator on the reported agent machine

  2. Navigate to the Agent NMAP folder
    cd C:\Program Files (x86)\CyberCNSAgent\nmap\

  3. Run the below NMAP command
    .\nmap.exe --script ssl-enum-ciphers -p 3389 <Target_IP>

Capture that output and share it with our engineering teams.

...

Enable SMB Communication with PowerShell Commands

These commands will help set SMB to True and help successfully scan an asset.

...

  • reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f

...

ConnectSecure V4 Agent Update Script

This script can help with basic troubleshooting when the agent is not showing online and will ensure the CyberCNSAgent.exe is validated and running the latest version.

...

Note

You must replace and update the 'x' with your Company and Tenant ID

image-20240502-155621.png

...

Checking Logs

  • Agent Logs - work in progress

  • Patch logs - work in progress

...

Credential Scan failing

Please use validate SMB process

...