SaaS Security
SSPM Syslog Field Descriptions
Table of Contents
Expand All
|
Collapse All
SaaS Security Docs
SSPM Syslog Field Descriptions
Learn about the different fields of each log type that SSPM can forward to an
external server.
Where Can I Use This? | What Do I Need? |
---|---|
|
Or any of the following licenses that include the Data Security license:
|
The following tables list the standard fields of each log type that SSPM can forward to
an external server. To help parsing, the delimiter is a comma and each field is a
comma-separated value (CSV) string.
Config Scan Event Fields
SSPM generates a config scan event when a config scan detects that the status of an
application setting has changed. For example, if the previous scan determined that
the setting status was Passed, but the current scan determines the setting status is
Failed, SSPM generates a config scan event.
Field Name | Description |
---|---|
type
|
The type of event. In this case, sspm_config_scan.
|
tenant_name
|
The name of the tenant where the SSPM instance is deployed.
|
event_date
|
The date and time that the event occurred. SSPM logs this
information as a high-precision (6-digit milliseconds)
timestamp, ending with the UTC offset. The timestamp format is
YYYY-MM-DDTHH.MM.SS.ssssss+|-HH:MM.
For example: 2024-01-11T11:19:46.360053-08:00.
|
policy_name
|
The name of the SSPM rule that maps to the application setting.
For example, the Salesforce application setting "Block
Redirect to Unknown URL" maps to the SSPM rule "Apps
are configured to block redirects to unknown URLs to prevent
phishing attacks".
|
policy_status
|
The status of the SSPM rule that maps to the application setting.
For example, Passed or Failed.
|
category
|
The category of the SSPM rule that maps to the application
setting. For example, Identity Access Management or
Data Security.
|
setting_name
|
The name of the application setting. For example, Salesforce
settings include "Email Domain Allowlist", "Make data
protection details available in records", and
"Referrer URL protection".
|
current_value
|
The current value of the application setting.
|
suggested_value
|
The value that Palo Alto Networks recommends for the application
setting.
|
status
|
The status of the application setting, which SSPM determines
during the config scan. For example, the status of an
application setting might be Passed, Violation,
or, if you turned monitoring off for the setting,
Waived.
|
remediation_type
|
The remediation type, which indicates whether automated
remediation is available for the setting. This field contains
one of the following values:
|
cloud_app_instance
|
The name of the application instance in SSPM.
|
Third-Party Plugin Scan Event Fields
SSPM generates a third-party plugin scan event when a third-party plugin scan of an
application completes.
Field Name | Description |
---|---|
type
|
The type of event. In this case,
sspm_supplychain_scan.
|
tenant_name
|
The name of the tenant where the SSPM instance is deployed.
|
event_date
|
The date and time that the event occurred. SSPM logs this
information as a high-precision (6-digit milliseconds)
timestamp, ending with the UTC offset. The timestamp format is
YYYY-MM-DDTHH.MM.SS.ssssss+|-HH:MM.
For example: 2024-01-11T11:19:46.360053-08:00.
|
app_name
|
The name of the application instance in SSPM. This is the
instance of the hosting application that SSPM scanned for
connected third-party plugins.
|
app_type
|
The type of hosting application that SSPM scanned for connected
third-party plugins. For example, Google Workspace, Salesforce,
or ServiceNow.
|
third_party_app_scan_events
|
A list of third_party_app_scan_event structures, which describe
the third-party plugins. See the following table, which
describes the fields of a third_party_app_scan_event structure.
The maximum size of this list is 200.
|
Field Name | Description |
---|---|
third_party_app_id | The ID of the third-party plugin. |
third_party_app_name | The name of the third-party application that was installed as a plugin to the hosting application. |
type | The level at which the third-party plugin was installed. Possible values include PRODUCT, ORGANIZATION, WORKSPACE, and USER. |
status | The review status of the third-party plugin. Possible values include Not Reviewed, Reviewed, Revoked, and Revoke In-Progress. |
active_users | The number of active users of the third-party plugin. |
users_revoked | The number of users who previously had access to the third-party plugin, but who had their access revoked by an administrator. |
scopes | The number of application scopes to which the connected third-party plugin has permission. |
scope_names | A list of the application scopes to which the connected third-party plugin has permission. |
risk | The risk severity of third-party plugin, which is based on the application scopes to which the plugin has permission. Possible values include High, Medium, and Low. |
status_updated_timestamp | The date and time that the third-party plugin's status was updated. SSPM logs this information as a high-precision (6-digit milliseconds) timestamp, ending with the UTC offset. The timestamp format is YYYY-MM-DDTHH.MM.SS.ssssss+|-HH:MM. For example: 2024-01-11T11:19:46.360053-08:00. |