Skip to content

Commit bd9a6dc

Browse files
authored
Prisma Cloud v2 (#24171)
* initial commit * fetch * pre demo updates & beautify * UTs * demo updates (mapper, outputs, display name, parameters, test module) * add v1 commands * update playbooks * add README * doc review updates * CR changes * add TPB * update RN
1 parent 4e49de0 commit bd9a6dc

File tree

108 files changed

+22851
-194
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+22851
-194
lines changed

Packs/CommonTypes/.pack-ignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,8 @@ swid
347347
cpe
348348
TLDs
349349
mailto
350+
Misconfiguration
351+
CloudTrail
350352

351353
[file:classifier-Mail-listener.json]
352354
ignore=BA101

Packs/CommonTypes/IncidentFields/incidentfield-Last_Update_Time.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,13 @@
2121
"AWS Guard Duty Kubernetes Finding",
2222
"AWS Guard Duty Malware Protection Finding",
2323
"AWS Guard Duty S3 Finding",
24-
"Microsoft Sentinel Incident"
24+
"Microsoft Sentinel Incident",
25+
"Prisma Cloud",
26+
"GCP Compute Engine Misconfiguration",
27+
"GCP Kubernetes Engine Misconfiguration",
28+
"AWS CloudTrail Misconfiguration",
29+
"AWS IAM Policy Misconfiguration",
30+
"AWS EC2 Instance Misconfiguration"
2531
],
2632
"breachScript": "",
2733
"caseInsensitive": true,
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
#### Incident Fields
3+
Added the following incident field to be associated with the *Prisma Cloud*, *GCP Compute Engine Misconfiguration*, *GCP Kubernetes Engine Misconfiguration*, *AWS CloudTrail Misconfiguration*, *AWS IAM Policy Misconfiguration* and *AWS EC2 Instance Misconfiguration* incident types.
4+
- **Last Update Time**

Packs/CommonTypes/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Common Types",
33
"description": "This Content Pack will get you up and running in no-time and provide you with the most commonly used incident & indicator fields and types.",
44
"support": "xsoar",
5-
"currentVersion": "3.3.52",
5+
"currentVersion": "3.3.53",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

Packs/PrismaCloud/.pack-ignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ ignore=IM111
4343
[known_words]
4444
SSH
4545
Misconfiguration
46+
RRN
47+
FQDN
48+
VPC
49+
CloudTrail
4650

4751
[file:classifier-Prisma_Cloud.json]
4852
ignore=BA101

Packs/PrismaCloud/.secrets-ignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ [email protected]
66
172.21.21.111
77
10.0.1.3
88
10.0.0.3
9-
10.0.2.5
9+
10.0.2.5
10+
https://app
11+
https://api

Packs/PrismaCloud/Classifiers/classifier-mapper-incoming-Prisma_Cloud.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@
6565
]
6666
}
6767
},
68+
"Last Update Time": {
69+
"complex": {
70+
"filters": [],
71+
"root": "lastUpdated",
72+
"transformers": [
73+
{
74+
"operator": "TimeStampToDate"
75+
}
76+
]
77+
}
78+
},
6879
"Policy Deleted": {
6980
"complex": {
7081
"accessor": "deleted",
@@ -160,6 +171,9 @@
160171
"transformers": []
161172
}
162173
},
174+
"RRN": {
175+
"simple": "resource.rrn"
176+
},
163177
"Region": {
164178
"complex": {
165179
"accessor": "region",
@@ -412,6 +426,17 @@
412426
]
413427
}
414428
},
429+
"Last Update Time": {
430+
"complex": {
431+
"filters": [],
432+
"root": "lastUpdated",
433+
"transformers": [
434+
{
435+
"operator": "TimeStampToDate"
436+
}
437+
]
438+
}
439+
},
415440
"Policy Deleted": {
416441
"complex": {
417442
"accessor": "deleted",
@@ -507,6 +532,9 @@
507532
"transformers": []
508533
}
509534
},
535+
"RRN": {
536+
"simple": "resource.rrn"
537+
},
510538
"Region": {
511539
"complex": {
512540
"accessor": "region",
@@ -759,6 +787,17 @@
759787
]
760788
}
761789
},
790+
"Last Update Time": {
791+
"complex": {
792+
"filters": [],
793+
"root": "lastUpdated",
794+
"transformers": [
795+
{
796+
"operator": "TimeStampToDate"
797+
}
798+
]
799+
}
800+
},
762801
"Policy Deleted": {
763802
"complex": {
764803
"accessor": "deleted",
@@ -854,6 +893,9 @@
854893
"transformers": []
855894
}
856895
},
896+
"RRN": {
897+
"simple": "resource.rrn"
898+
},
857899
"Region": {
858900
"complex": {
859901
"accessor": "region",
@@ -1106,6 +1148,17 @@
11061148
]
11071149
}
11081150
},
1151+
"Last Update Time": {
1152+
"complex": {
1153+
"filters": [],
1154+
"root": "lastUpdated",
1155+
"transformers": [
1156+
{
1157+
"operator": "TimeStampToDate"
1158+
}
1159+
]
1160+
}
1161+
},
11091162
"Policy Deleted": {
11101163
"complex": {
11111164
"accessor": "deleted",
@@ -1201,6 +1254,9 @@
12011254
"transformers": []
12021255
}
12031256
},
1257+
"RRN": {
1258+
"simple": "resource.rrn"
1259+
},
12041260
"Region": {
12051261
"complex": {
12061262
"accessor": "region",
@@ -1453,6 +1509,17 @@
14531509
]
14541510
}
14551511
},
1512+
"Last Update Time": {
1513+
"complex": {
1514+
"filters": [],
1515+
"root": "lastUpdated",
1516+
"transformers": [
1517+
{
1518+
"operator": "TimeStampToDate"
1519+
}
1520+
]
1521+
}
1522+
},
14561523
"Policy Deleted": {
14571524
"complex": {
14581525
"accessor": "deleted",
@@ -1548,6 +1615,9 @@
15481615
"transformers": []
15491616
}
15501617
},
1618+
"RRN": {
1619+
"simple": "resource.rrn"
1620+
},
15511621
"Region": {
15521622
"complex": {
15531623
"accessor": "region",
@@ -1795,6 +1865,17 @@
17951865
]
17961866
}
17971867
},
1868+
"Last Update Time": {
1869+
"complex": {
1870+
"filters": [],
1871+
"root": "lastUpdated",
1872+
"transformers": [
1873+
{
1874+
"operator": "TimeStampToDate"
1875+
}
1876+
]
1877+
}
1878+
},
17981879
"Policy Deleted": {
17991880
"complex": {
18001881
"accessor": "deleted",
@@ -1890,6 +1971,9 @@
18901971
"transformers": []
18911972
}
18921973
},
1974+
"RRN": {
1975+
"simple": "resource.rrn"
1976+
},
18931977
"Region": {
18941978
"complex": {
18951979
"accessor": "region",

0 commit comments

Comments
 (0)