You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Packs/Cybereason/Integrations/Cybereason/README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ This involves the mapping of response fields to XSOAR incidents, enhancing the a
29
29
30
30
1.**Incident Mapping:** The integration maps specific response fields to corresponding incident fields within XSOAR, ensuring that all relevant information is captured accurately.
31
31
2.**Custom Fields:** In addition to standard incident fields, custom fields have been introduced to accommodate unique data requirements specific to our workflow. These fields provide flexibility and enhance the granularity of the incident information.
32
+
32
33
-`malopcreationtime`
33
34
-`malopupdatetime`
34
35
-`maloprootcauseelementname`
@@ -45,7 +46,7 @@ These custom fields provide flexibility and enhance the granularity of the incid
45
46
46
47
The functionality for fetching MalOps is implemented through the `fetch_incidents` function. This function is responsible for retrieving MalOps and subsequently converting them into XSOAR incidents.
47
48
48
-
***Conversion Process:** The conversion from MalOps to incidents is handled by the `malop_to_incident` function. This function processes MalOps one by one, ensuring each is correctly mapped to its corresponding incident structure.
49
+
-**Conversion Process:** The conversion from MalOps to incidents is handled by the `malop_to_incident` function. This function processes MalOps one by one, ensuring each is correctly mapped to its corresponding incident structure.
49
50
50
51
### Usage
51
52
@@ -1665,6 +1666,14 @@ Get the results related to machines.
1665
1666
| Cybereason.Malops.LastUpdatedTime | string | Last updated time of malop |
1666
1667
| Cybereason.Malops.InvolvedHash | string | List of file hashes involved in this Malop |
1667
1668
| Cybereason.Malops.Status | string | Malop managemant status |
1669
+
| Cybereason.Malops.MalopCloserName | string | List of Malop Closer Name involved in this Malop |
1670
+
| Cybereason.Malops.Machines | string | List of Machines involved in this Malop |
1671
+
| Cybereason.Malops.Severity | string | Severity of Malop |
1672
+
| Cybereason.Malops.MitreTechniques | string | List of Mitre Techniques involved in this Malop |
1673
+
| Cybereason.Malops.Users | string | List of Users involved in this Malop |
1674
+
| Cybereason.Malops.DetectionTypes | string | List of Detection Types involved in this Malop |
1675
+
| Cybereason.Malops.DecisionStatuses | string | List of Decision Statuses involved in this Malop |
1676
+
| Cybereason.Malops.DetectionEngines | string | List of Detection Engines involved in this Malop |
0 commit comments