Skip to content

Commit

Permalink
updated metadata.json and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sachinI-metron committed Oct 4, 2024
1 parent aa60fb4 commit e90e179
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
Binary file modified Packs/DSPM/Author_image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 13 additions & 10 deletions Packs/DSPM/Integrations/DSPM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ Retrieves a list of assets for the company.
```json
{
"DSPM": {
"Assets": {
"Assets": [{
"projectId": "************",
"projectName": "************",
"name": "dymmy-ci0jq3kgvjnccdfp-us-east-1",
Expand All @@ -245,7 +245,7 @@ Retrieves a list of assets for the company.
"tags": {},
"assetDigTags": [],
"id": "arn:aws:s3:::dymmy-ci0jq3kgvjnccdfp-us-east-1"
}
}]
}
}
```
Expand Down Expand Up @@ -541,9 +541,12 @@ Return list of fields for structured assets such as RDS, Aurora, and BigQuery.

#### Human Readable Output

>|name|path|tableName|tableSize|databaseName|collectionName|type|dataTypes|schemaName|
>|---|---|---|---|---|---|---|---|---|---|
>|phone|public/dummy|dummy|29996|Hi|null|varchar|First Name|PII|100|As****|null|public|
## Asset Fields

| name | dataTypes | path | tableName | tableSize | databaseName | collectionName | type | schemaName |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
| maidenname | [] | /public/dummy | dummy | 29996 | Hi | null | varchar | public |
| maidenname | [] | /public/dummy | dummy | 29996 | Hi | null | varchar | public |


### dspm-get-data-types
Expand Down Expand Up @@ -736,10 +739,10 @@ Retrieves a list of data type findings for the company.

#### Human Readable Output

>### Data Types
> | No | Key |
> |----|------|
>| 1 | AADHAAR_INDIVIDUAL_IDENTIFICATION |
>### Data Types Findings
| dataTypeName | label | records | publicRecords | assets | clouds | regions | lastFound | recordsAtRisk.high | recordsAtRisk.medium | recordsAtRisk.low |
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
| AADHAAR_INDIVIDUAL_IDENTIFICATION | PII | 4 | 0 | 1 | AWS | us-east-1 | 2024-05-09T03:24:29Z | 0 | 4 | 0 |


### dspm-update-risk-finding-status
Expand Down Expand Up @@ -826,7 +829,7 @@ Fetch list of alerts.
| category_type_equals | Exact category type ["FIRST_MOVE", "ATTACK", "COMPLIANCE", "ASSET_AT_RISK", "RECONNAISSANCE"]. | Optional |
| status_in | List of statuses ["OPEN", "UNIMPORTANT", "WRONG", "HANDLED", "INVESTIGATING"]. | Optional |
| status_equals | Exact status ["OPEN", "UNIMPORTANT", "WRONG", "HANDLED", "INVESTIGATING"]. | Optional |
| sort | Sort order (property, asc|desc). | Optional |
| sort | Sort order (property, asc/desc). | Optional |


#### Context Output
Expand Down
9 changes: 9 additions & 0 deletions Packs/DSPM/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This integration enables automated remediation of data security risks identified by Prisma Cloud DSPM. It leverages out-of-the-box playbooks to handle risks effectively, allowing users to update or close risks directly via the DSPM Pack.

## What does this pack do?
- Automatically remediate DSPM risks using out-of-the-box playbooks for efficient risk management.
- Distribute DSPM risks to external systems like Jira and Slack for improved tracking and collaboration.
- Receive real-time Slack notifications to quickly assess and mitigate DSPM risks as they arise.
- Create Jira tickets directly from Slack to streamline tracking of the DSPM risks.
- Trigger automated remediation of DSPM risks to reduce manual intervention.
- Display detailed remediation instructions for users who prefer to manually address DSPM risks.
4 changes: 2 additions & 2 deletions Packs/DSPM/pack_metadata.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "DSPM",
"description": "fetchs the risk findings from DSPM portal (formaly Dig Security).",
"description": "Remediate data security risks with Prisma Cloud DSPM, using automated playbooks and seamless risk distribution.",
"support": "partner",
"currentVersion": "1.0.0",
"author": "DSPM",
"author": "Prisma by Palo Alto Network",
"url": "",
"email": "",
"categories": [
Expand Down

0 comments on commit e90e179

Please sign in to comment.