Skip to content

Commit 2055414

Browse files
authored
Merge pull request #130 from dmleonov-cloudlinux/master
DEF-34027: Added detect admin tools feature description
2 parents cbd4e8f + efe73e5 commit 2055414

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed

docs/features/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,28 @@ Cleanup results will be stored in the <span class="notranslate">`results.json`</
468468

469469

470470

471+
## Detect Admin Tools
472+
473+
Imunify360 can automatically detect admin tools (such as Adminer or TinyFileManager) uploaded to user folders and treat them as malicious. When detected, these files will be zeroed for security.
474+
475+
**Default:** Enabled
476+
477+
### How to enable or disable
478+
479+
To enable the feature via CLI:
480+
481+
```
482+
imunify360-agent config update '{"MALWARE_SCANNING": {"detect_admin_tools": true}}'
483+
```
484+
485+
To disable the feature via CLI:
486+
487+
```
488+
imunify360-agent config update '{"MALWARE_SCANNING": {"detect_admin_tools": false}}'
489+
```
490+
491+
492+
471493
## Webshield
472494

473495

docs/imunifyav/cli/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,28 @@ Add your path to the related hook (or multiple hooks) and implement the custom l
833833

834834
Also in this script you could find the way to parse JSON that come from ImunifyAV(+) and description of this JSON schema in every possible case. Such descriptions are provided by docstring of the <span class="notranslate">`handle`</span> methods.
835835

836+
837+
## Detect Admin Tools
838+
839+
ImunifyAV(+) can automatically detect admin tools (such as Adminer or file managers) uploaded to user folders and treat them as malicious. When detected, these files can be zeroed by ImunifyAV+ for security.
840+
841+
**Default:** Enabled
842+
843+
### How to enable or disable
844+
845+
To enable the feature via CLI:
846+
847+
```
848+
imunify-antivirus config update '{"MALWARE_SCANNING": {"detect_admin_tools": true}}'
849+
```
850+
851+
To disable the feature via CLI:
852+
853+
```
854+
imunify-antivirus config update '{"MALWARE_SCANNING": {"detect_admin_tools": false}}'
855+
```
856+
857+
836858
## Register
837859

838860
Allows to register and activate ImunifyAV. You can use it in case if ImunifyAV was not activated during installation process or in case if activation key of the ImunifyAV was changed for any reason. If you do not know what is an activation key or have any problem with it then, please, read [Installation Guide](/imunifyav/#installation-guide) or [contact our support team](https://cloudlinux.zendesk.com/hc/requests/new).

0 commit comments

Comments
 (0)