AppSentinels.ai
Appsentinels.ai offers a platform for collecting, analyzing, and managing security events to provide comprehensive application protection.
Analytics & SIEM · AppSentinels.ai
Details
| ID | AppSentinels.ai |
|---|---|
| Provider | AppSentinels Ai |
| Category | Analytics & SIEM |
| From Version | 6.10.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | XSIAM |
README
Appsentinels.ai offers a platform for collecting, analyzing, and managing security events to provide comprehensive application protection.
This is the default integration for this content pack when configured by the Data Onboarder in Cortex XSIAM.
Configure AppSentinels.ai in Cortex
| Parameter | Description | Required |
|---|---|---|
| Your server URL | True | |
| User Key | The Client User key for connection with AppSentinels.ai. | True |
| API Key | The Client API key for connection with AppSentinels.ai. | True |
| Organization name | The organization name. | True |
| Trust any certificate (not secure) | False | |
| Use system proxy settings | False | |
| Fetch events | False | |
| Maximum number of audit logs per fetch | Maximum number of Audit Log entries to retrieve per fetch cycle. default value is 5000. | False |
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
appsentinels-get-events
Retrieves a list of events from the AppSentinels.ai instance.
Base Command
appsentinels-get-events
Input
| Argument Name | Description | Required |
|---|---|---|
| should_push_events | Set this argument to true to create events, otherwise it only displays them. Possible values are: true, false. Default is false. | Required |
| limit | Returns no more than the specified number of events. | Optional |
| first_fetch | The UTC date or relative timestamp from when to start fetching events. Supported formats: N minutes, N hours, N days, N weeks, N months, N years, yyyy-mm-dd, yyyy-mm-ddTHH:MM. | Optional |
Context Output
There is no context output for this command.
Configuration parameters
url— Server URL (required)credentials— User Key (required)organization— Organization name (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settingsisFetchEvents— Fetch eventsmax_audit_per_fetch— Maximum number of audit logs per fetch
Commands (1)
-
appsentinels-get-eventsRetrieves a list of events from the AppSentinels.ai instance.
### How to generate AppSentinels.ai API key - Go to the AppSentinels.ai platform and log in to your organization’s portal account. - In the AppSentinels portal, go to: **Settings → Integrations → API Access** *(The location may vary depending on UI updates.)* - Click **“Create API Key”** or **“Generate New Key”**. - Provide a name/label for the key. - Copy the following values: - `API Key` – your organization's access key. - `User Key` – your individual user identifier for API calls.