S-Check

Download 1
Last updated Jun 2, 2025

scheck-scan-results

Fetch scan results from KISEC ISEMS S-Check server.

scheck-scan-results [verbose=VERBOSE] profile=PROFILE [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss]
verbose=VERBOSE
Specify t to show test results.
profile=PROFILE
S-Check connect profile code
duration=NUM{mon|w|d|h|m|s}
Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example, 10s means data from 10 seconds earlier.
from=yyyyMMddHHmmss
Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
to=yyyyMMddHHmmss
End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.

Output Fields

FieldTypeNameDescription
profileStringConnect profileS-Check connect profile code
scan_idStringScan IDe.g. 2025052216002
scan_timeDateScan TimeScan execution time
scan_titleStringScan Titlee.g. Server Hardening Check
host_ipIP addressHost IPScanned host IP address
hostnameStringHostnameScanned host name
os_nameStringOS Namee.g. Linux CentOS, Linux Rocky, WINDOWS 2019
scan_typeStringScan Typee.g. Server scan(UNIX)
asset_valueStringAsset Valuee.g. A, B, C
rule_idStringRule IDe.g. 20503, 20504, 20506
scan_resultStringScan Resulte.g. Pass, Fail, Skip
scan_categoryStringScan Categorye.g. Compliance Check
test_idStringTest IDTest unique identifier (verbose mode only)
test_nameStringTest NameTest command name (verbose mode only)
test_resultStringTest ResultTest result status (verbose mode only)