Page 1 of 1

fingerprint md5 on mail report

Posted: 02 Jan 2022, 22:00
by ins5
hello I'm new to the forum.
I would like to add the fingerprint md5 to the files reported in the emails. I don't understand which file I need to modify and which option should be added.
I would like to do this to be able to easily add the md5 files to the cxs whitelist.
thanks

Re: fingerprint md5 on mail report

Posted: 12 Jan 2022, 17:58
by Sergio
What is usually done is as follows:
- If the email shows the path and name of a file go there using SSH.
- on the directory where the file resides, run the following command:

Code: Select all

md5sum filename
that will give you a code with a lot of characters.

Copy the characters of the MD5SUM without the parenthesis and add it to /etc/cxs/ignore file. Inside the /etc/cxs/ignore you will see a readme on how to use that file.

Usually the line that you will add is as the following example:
md5sum:90f49c6852147963c9793b1cd3fb26d3 <<<---- DON'T USE IT it is only an example.

Sergio