Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ references:
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1553.004/T1553.004.md
author: Ömer Günal, oscd.community
date: 2020-10-05
modified: 2022-07-07
modified: 2026-05-04
tags:
- attack.defense-impairment
- attack.t1553.004
Expand All @@ -15,9 +15,9 @@ logsource:
category: process_creation
detection:
selection:
Image|endswith:
- '/update-ca-certificates'
- '/update-ca-trust'
CommandLine|contains:
- 'update-ca-certificates'
- 'update-ca-trust'
Comment on lines +18 to +20

@swachchhanda000 swachchhanda000 May 22, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Either close your old PR #6013 to keep this change here (making all the necessary changes of PR title, description etc ofc) or remove this change

condition: selection
falsepositives:
- Legitimate administration activities
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ references:
- https://www.hackingtutorials.org/networking/hacking-netcat-part-2-bind-reverse-shells/
- https://www.infosecademy.com/netcat-reverse-shells/
- https://man7.org/linux/man-pages/man1/ncat.1.html
author: '@d4ns4n_, Nasreddine Bencherchali (Nextron Systems)'
author: '@d4ns4n_, Nasreddine Bencherchali (Nextron Systems), Eissa Bageri'

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
author: '@d4ns4n_, Nasreddine Bencherchali (Nextron Systems), Eissa Bageri'
author: '@d4ns4n_, Nasreddine Bencherchali (Nextron Systems)'

Adding a few entries to existing logic doesn't constitute authorship unless a major change is made to rule's logic

date: 2023-04-07
modified: 2026-05-14
tags:
- attack.execution
- attack.t1059
Expand All @@ -20,6 +21,8 @@ detection:
selection_nc:
Image|endswith:
- '/nc'
- '/nc.openbsd'
- '/nc.traditional'
- '/ncat'
Comment on lines 23 to 26

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- '/nc'
- '/nc.openbsd'
- '/nc.traditional'
- '/ncat'
- '/nc.openbsd'
- '/nc.traditional'
- '/nc'
- '/ncat'
- '/netcat.openbsd'
- '/netcat.traditional'
- '/netcat'

selection_flags:
CommandLine|contains:
Expand Down
Loading