scheck-scan-logs
Fetch scan logs from KISEC ISEMS S-Check server.
scheck-scan-logs profile=PROFILE [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss]
- 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
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | S-Check connect profile code |
scan_id | String | Scan ID | e.g. 2025052216002 |
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 |
asset_value | String | Asset Value | e.g. A, B, C |
scan_category | String | Scan Category | Scan category type |
submit_time | Date | Submit Time | Scan submission time |
start_time | Date | Start Time | Scan start time |
end_time | Date | End Time | Scan end time |