Skip to content

Commit

Permalink
Test Playbook - MDE Malware - Incident Enrichment (demisto#27812)
Browse files Browse the repository at this point in the history
* Test Playbook - MDE Malware - Incident Enrichment

* RN

* Fixed the description of task 451

* RN and re-added test playbook to the conf file

* Removed 'employeetype' from the YML file
  • Loading branch information
TalNos authored and xsoar-bot committed Jul 26, 2023
1 parent 2831540 commit 4ad7ac7
Show file tree
Hide file tree
Showing 5 changed files with 7,804 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1440,31 +1440,6 @@ tasks:
iscontext: true
- operator: uniq
- operator: FirstArrayElement
employeetype:
complex:
root: Account
accessor: Type
transformers:
- operator: If-Then-Else
args:
condition:
value:
simple: lhs==rhs
else:
value:
simple: Account.Type
iscontext: true
equals: {}
lhs: {}
options: {}
rhs:
value:
simple: Account.Type
iscontext: true
then:
value:
simple: IAM.UserProfile.profile.userType
iscontext: true
managername:
complex:
root: Account
Expand Down Expand Up @@ -1609,6 +1584,6 @@ view: |-
}
}
tests:
- No tests (auto formatted)
- Test Playbook - MDE Malware - Incident Enrichment
fromversion: 6.5.0
system: true
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### MDE Malware - Incident Enrichment

Internal code improvements.

0 comments on commit 4ad7ac7

Please sign in to comment.