forked from ocsf/ocsf-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Expand
device
with mobile device attributes (ocsf#1346)
Currently `device` supports `imei` (deprecated) and `imei_list`. There are several other IDs used within mobile devices that are recorded by MDM tools such as Intune, JAMF Pro, and even CrowdStrike. Adds `eid`, `iccid`, and `meid` to the Dictionary and to `device`. See this example from JAMF Mobile Devices `NETWORK` attributes. ```json "network": { "cellularTechnology": "Unknown", "voiceRoamingEnabled": false, "imei": "59 105109 176278 3", "iccid": "8991101200003204514", "meid": "15302309236898", "eid": "12547444452496388545569920380795", "carrierSettingsVersion": "33.1", "currentCarrierNetwork": "Verizon Wireless", "currentMobileCountryCode": "311", "currentMobileNetworkCode": "480", "homeCarrierNetwork": "Verizon", "homeMobileCountryCode": "US", "homeMobileNetworkCode": "480", "dataRoamingEnabled": true, "roaming": false, "personalHotspotEnabled": false, "phoneNumber": "555-555-5555 ext 5" }, ``` Additionally, extra bools are added: `is_backed_up`, `is_mobile_account_active`, and `is_shared` to reflect similar attributes within JAMF Pro data, but `is_backed_up` and `is_shared` can be re-used for other use cases. --------- Signed-off-by: Jonathan Rau <139361268+jonrau-at-queryai@users.noreply.github.com> Co-authored-by: Rajas <89877409+floydtree@users.noreply.github.com>
- Loading branch information
1 parent
833f1b3
commit ad6ee5f
Showing
4 changed files
with
102 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters