Elevate24 Security Logging
com.jigsaw24.Elevate24SecurityExtension
Monitoring Extension for Elevate24 by Jigsaw24
Configuration Keys (20)
| Key | Type | Title |
|---|---|---|
PFC_SegmentedControl_0required | string | — |
siemUploadURLEvents will be uploaded to the supplied url via HTTP POST. Note that events can be uploaded to the supplied URL or to sentinel not both. | string | Upload URL |
siemUploadHeadersHeaders to be included in the HTTP request. | array | Request Headers |
siemNewLineSeperatedBy default events are uploaded in JSON format as an array of events. Some systems require events to be seperated with a new line. Default: false | boolean | Seperate Events with New Line |
SentinelTennantIdTennant ID | string | Sentinel Tennant ID |
SentinelClientIdClient ID | string | Sentinel Client ID |
SentinelClientSecretClient Secret | string | Sentinel Client Secret |
SentinelUploadURLURL to upload events to Microsoft Sentinel | string | Sentinel Upload URL |
MaxDataUploadSizeMax size of single HTTP request uploading data. (Uncompressed size in bytes default size is 1,000,000 bytes) Default: 1000000 | integer | Max HTTP Request Size |
DefaultFilterRulesDeploys default rules to discard some events which can be considered noise. Default: false | boolean | Add Default Filter Rules |
SelfProtectionRulesDeploys authorisation rules to attempt to stop the user making changes to Elevate24 database. Default: false | boolean | Add Self Protection Auth Rules |
DisableAllStops all blocking/logging operations. Effectively a switch to disable this tool. Default: false | boolean | Disable all operations performed by the daemon |
UploadEventsToJigsawEnable the security monitoring to be sent to the Jigsaw24 Portal. Default: false | boolean | Upload events to Jigsaw24 portal |
UploadOnHotspotUpload Events when connected to iPhone personal hotspot. Default: false | boolean | Allow Upload Data on Hotspot connection |
HideBlockedEventHistoryWhen enabled, hides the blocked events history from the Elevate24 UI. Default: false | boolean | Hide Blocked Event History |
FileOperationRulesRules to restrict file operations. Allow rules can be used in conjunction with block rules to allow a process to execute under the specified conditions. File open operations can be restricted to read only access where required. | array | File Operation Rules |
ExecuteProcessRulesRules to restrict execution of processes. Allow rules can be used in conjunction with block rules to allow a process to execute under the specified conditions. Multiple arguments can be specified by seperating them with a comma. Default: [{}] | array | Execute Process Rules |
logAllEventTypesSet all event types to be logged. Use with caution, as this could produce a lot of data entries. Default: false | boolean | Log All Event Types |
EventsToLogDefine which event types to log. Depends on: logAllEvents ∈ [true] Default: [{}] | array | Event Types to Log |
filterRulesDefine rules to not store events matching the following rules. Default: [{}] | array | Filter Rules |
headersHeaders to be included in the HTTP request. | dict | Request Headers |
Header | string | Header |
Value | string | Value |
FileOperationRules | dict | File Operation Rules |
fileOperationRange: File Open (file:open), File Delete (file:unlink) | string | File Operation |
actionDefault: "block" Range: Allow (allow), Block (block), Read Only (File Open Only) (readOnly) | string | Action |
fileTargetPath | string | File Target Path |
signingID | string | Signing ID |
username | string | Username |
alwaysActive | boolean | Always Active |
ExecuteProcessRules | dict | Execute Process Rules |
actionDefault: "block" Range: Allow (allow), Block (block) | string | Action |
processPath | string | Process Path |
signingID | string | Signing ID |
sourceSigningID | string | Parent Signing ID |
matchingArgumentsContaining | string | Match Arguments Containing |
alwaysActive | boolean | Always Active |
silentBlock | boolean | Silent Block |
EventType | dict | Event Type |
eventTypeDefault: "All" Range: File Write (File:Write), File Delete (File:Unlink), File Clone (File:Clone), File Copy (File:CopyFile), File Create (File:Create), File Rename (File:Rename), User Create (User:Create), User Delete (User:Delete), Profile Add (Profile:Add), Profile Remove (Profile:Remove), Launch Item Add (LaunchItem:Add), Launch Item Remove (LaunchItem:Remove), Sudo Command (Sudo), Execute Process (Process:Exec) | string | Event Type |
filterRules | dict | Filter Rules |
eventTypeRange: All (All), File Write (File:Write), File Delete (File:Unlink), File Clone (File:Clone), File Copy (File:CopyFile), File Create (File:Create), File Rename (File:Rename), User Create (User:Create), User Delete (User:Delete), Profile Add (Profile:Add), Profile Remove (Profile:Remove), Launch Item Add (LaunchItem:Add), Launch Item Remove (LaunchItem:Remove), Sudo Command (Sudo), Execute Process (Process:Exec) | string | Event Type |
path | string | File Path |
signingId | string | Signing ID |