<file path> -version
Full command usage:
- <file path> -version 2>&1 | findstr version
Purpose:
Collecting version data for various Applications.
cmd
Full command usage:
- cmd /C dir /A /B /S <directory path>
Purpose:
Identifying sub-directories used to support discovery logic.
dir
Full command usage:
- dir <directory path>
- dir /B <directory path>
Purpose:
Identifying directory files used to support discovery logic.
findstr
Full command usage:
- findstr
Purpose:
Extracting small pieces of text from larger text blocks.
hostname
Full command usage:
- hostname
Purpose:
Collecting the hostname of a Windows device.
netstat
Full command usage:
- netstat -a -n -o
Purpose:
Collecting data used for building server communications.
PATH
Full command usage:
- PATH
Purpose:
Retrieve the path for discovery logic.
tcpvcon
Full command usage:
- tcpvcon -an
Purpose:
Used in conjunction with a deployed executable TCPVCON (Process to Port Mapping for Legacy Systems) (if configured by user) to collect communications from legacy systems.
tlist
Full command usage:
- tlist *.*
Purpose:
Collection of process data.
Where
Full command usage:
- Where /r <file path> <app>
Purpose:
Identification of file locations.