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, 10smeans 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
| Field | Type | Name | Description | 
|---|---|---|---|
| profile | String | Connect profile | S-Check connect profile code | 
| scan_id | String | Scan ID | e.g. 2025052216002 | 
| scan_time | Date | Scan Time | Scan execution time | 
| scan_title | String | Scan Title | e.g. Server Hardening Check | 
| host_ip | IP address | Host IP | Scanned host IP address | 
| hostname | String | Hostname | Scanned host name | 
| os_name | String | OS Name | e.g. Linux CentOS, Linux Rocky, WINDOWS 2019 | 
| scan_type | String | Scan Type | e.g. Server scan(UNIX) | 
| asset_value | String | Asset Value | e.g. A, B, C | 
| rule_id | String | Rule ID | e.g. 20503, 20504, 20506 | 
| scan_result | String | Scan Result | e.g. Pass, Fail, Skip | 
| scan_category | String | Scan Category | e.g. Compliance Check | 
| test_id | String | Test ID | Test unique identifier (verbose mode only) | 
| test_name | String | Test Name | Test command name (verbose mode only) | 
| test_result | String | Test Result | Test result status (verbose mode only) | 
