exosp-security-checks
Fetch PC security check results from Exosphere service.
exosp-security-checks [profile=PROFILE] [search=SEARCH]
- profile=PROFILE
- Optional. Exosphere connect profile code
- search=SEARCH
- Optional. Search keyword string
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| _time | Date | Time | e.g. 2025-05-18 19:00:00+09:00 |
| emp_name | String | Employee name | e.g. John Doe |
| dept_name | String | Department name | e.g. Development Team |
| hostname | String | Hostname | e.g. DESKTOP-9LF3BCE |
| os_name | String | OS name | e.g. windows, macos |
| user | String | User | Exosphere account name, e.g. Scott(scott) |
| summary_secure | Integer | Summary secure | e.g. 7 |
| summary_weak | Integer | Summary weak | e.g. 1 |
| summary_fail | Integer | Summary fail | e.g. 0 |
| summary_uncheckable | Integer | Summary uncheckable | e.g. 0 |
| summary_unscanned | Integer | Summary unscanned | e.g. 1 |
| os_update_status | String | OS update status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| os_update_version | List | OS update version | e.g. ["macOS Sequoia 15.2"] |
| sip_status | String | System Integrity Protection status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| gatekeeper_status | String | Gatekeeper status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| firewall_status | String | Firewall status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| password_strength_status | String | Password strength status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| password_change_status | String | Password change status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| password_last_changed | Date | Password last changed date | e.g. 2025-08-21T07:26:45+00:00 |
| password_check_fail_reason | String | Password check fail reason | |
| screensaver_status | String | Screensaver status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| screensaver_wait_time | Integer | Screensaver wait time (minutes) | e.g. 5 |
| screensaver_policy | String | Screensaver policy | e.g. 5minutes later, 10minutes later, 1hour later |
| use_screensaver_password | Bool | Use screensaver password | e.g. true, false |
| antivirus_status | String | Antivirus status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| antivirus_info | List | Antivirus info | e.g. [{"product_name":"Exosphere","realtime_protection":"Using","update_status":"The Latest Version"}] |
| firewall_info | List | Firewall info | e.g. [{"product_name":"Windows Firewall","realtime_protection":"Using","update_status":"The Latest Version"}] |
| shared_folder_status | String | Shared folder status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| shared_folder_path | List | Shared folder path | e.g. ["C:\WINDOWS","C:\","D:\"] |
| usb_autoplay_status | String | USB autoplay status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| sw_update_status | String | Software update status | e.g. Secure, Weak, Fail, Un Scanned, Uncheckable |
| sw_info | List | Software info | e.g. [{"product_name":"Exosphere","update_status":"The Latest Version"}] |
| dept_path | String | Department path | e.g. Logpresso > Development |