Skip to content

Commit afc3608

Browse files
authored
Merge pull request #86 from Mystic-Mirage/master
DEF-30260 Documentation: Global Ignore List
2 parents 6baaa08 + 6788790 commit afc3608

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

docs/features/README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,36 @@ Specifying IPs in those files will not prevent Imunify from adding the same IPs
4242
:::
4343

4444

45+
## Global Ignore List
46+
47+
The Global Ignore List feature allows you to exclude files from malware scanning based on their content instead of location.
48+
49+
The following file contains the list of file hashes to be excluded:
50+
51+
<div class="notranslate">
52+
53+
```
54+
/etc/imunify360/malware-ignore-hashes.txt
55+
```
56+
</div>
57+
58+
The file format requires one SHA256 hash per line. Comments can also be included. Here's an example:
59+
60+
<div class="notranslate">
61+
62+
```
63+
# PHP file managers, added 1/10/2024
64+
f157c3ede78333087829cdd211c55822e635d6c419606c3675bc8201b556bc9f
65+
8f6b0462e1ee9c498fe6ae055419eb79b5ef0e8cb359a6d991dbeffa0589ce9b
66+
67+
# Adminer, added 14/09/2024
68+
dcfd0433dc46bd82ec5aa7c9998b4ae7087731a45d3a443e3724da7aabe1e4c5
69+
```
70+
</div>
71+
72+
A regular path-based ignore list is also functional.
73+
74+
4575
## RapidScan
4676

4777
The RapidScan feature increases scanning speed by lowering system resource usage. Increased scanning speeds and a higher scanning rate further hardens system security posture.

0 commit comments

Comments
 (0)