-
Notifications
You must be signed in to change notification settings - Fork 1.8k
new playbook for hidden user created #40199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
Packs/CortexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created.yml
Outdated
Show resolved
Hide resolved
9fe7057
to
4c3954b
Compare
Doc review done |
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Show resolved
Hide resolved
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Outdated
Show resolved
Hide resolved
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Outdated
Show resolved
Hide resolved
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Outdated
Show resolved
Hide resolved
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Outdated
Show resolved
Hide resolved
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Outdated
Show resolved
Hide resolved
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Show resolved
Hide resolved
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Show resolved
Hide resolved
task: | ||
id: ffc38261-3670-469d-8305-79521159bde0 | ||
version: -1 | ||
name: Evaluate suspicious process involvement |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. I changed it to AND. It is not possible to terminate if it is empty.
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Outdated
Show resolved
Hide resolved
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work! looks great with some needed changes. Let me know if something is not clear
...rtexResponseAndRemediation/Playbooks/silent-playbook-Suspicious_Hidden_User_Created_Test.yml
Show resolved
Hide resolved
- "70" | ||
scriptarguments: | ||
query: | ||
simple: "dataset = xdr_data // Using the xdr dataset\n | filter agent_hostname = \"${alert.hostname}\" \n | filter event_type = ENUM.PROCESS \n | filter actor_process_command_line ~= \"net1?\\s+user\\s+\\S+\\$\\s+\\S+\\s+/add\"\n or actor_process_command_line contains \"New-LocalUser\"\n or actor_process_command_line ~= \"SpecialAccounts\\\\UserList\"\n or actor_process_command_line contains \"TmV3LUxvY2FsVXNlcg==\"\n or actor_process_command_line contains \"L2FkZA==\"\n| fields actor_process_image_name, actor_process_command_line, actor_process_signature_status, causality_actor_process_image_name,causality_actor_process_os_pid ,causality_actor_process_signature_status " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If a hidden user was created, wouldn't we always get a result here since we search 5 min before and after our alert? In that case the verdict will always go to TP no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This query I use to find the parent process; I am not relying on it at all in the TP/FP calculation.
This PR was automatically updated by a GitHub Action
To stop automatic version bumps, add the |
… into hidden-user-created-deep
Validate summary Verdict: PR can be force merged from validate perspective? ❌ |
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
fixes: https://jira-dc.paloaltonetworks.com/browse/CIAC-13984
Description
A few sentences describing the overall goals of the pull request's commits.
Must have