Skip to content

Releases: aholzel/TA-dmarc

TA-dmarc v5.1.1

05 Oct 09:26
Compare
Choose a tag to compare

General app changes

Date Version Author [Type] Description
2023-10-05 5.1.1 Arnold [FIX] Proxy problems with the o365 script.
[FIX] Wrong double quote in mail-client.py

TA-dmarc v5.1.0

14 Apr 14:04
Compare
Choose a tag to compare

General app changes

Date Version Author [Type] Description
2023-04-14 5.1.0 Arnold [ADD] Proxy support for the o365 script.
[MOD] Setup page to add proxy config.

mail-o365.py

Date Version Author [Type] Description
2023-04-14 1.2.0 Arnold [ADD] Made the script proxy aware

ta-dmarc_setup.py

This use to be the setup_handler.py script.

Date Version Author [Type] Description
2023-04-14 2.1.0 Arnold [ADD] Added handeling logic for the proxy fields.

TA-dmarc v5.0.3

05 Apr 11:44
Compare
Choose a tag to compare

General app changes

Date Version Author [Type] Description
2023-04-05 5.0.3 Arnold [MOD] Added [trigger] stanza to app.conf to prevent unnecessary restart after install

TA-dmarc v5.0.2

04 Apr 10:15
Compare
Choose a tag to compare

General app changes

Date Version Author [Type] Description
2023-04-04 5.0.2 Arnold [FIX] Put the lib dir back that because of .gitignore didn't made it in the previous version.

mail-o365.py

Date Version Author [Type] Description
2023-04-04 1.1.0 Arnold [FIX] Not all folders where reviewed when checking if a folder already existed

TA-dmarc v5.0.1

31 Mar 10:57
Compare
Choose a tag to compare

General app changes

Date Version Author [Type] Description
2023-03-31 5.0.1 Arnold [FIX] Minor typo fix in the dmarc-parser.py

dmarc-parser.py

Date Version Author [Type] Description
2023-03-31 3.1.1 Arnold [FIX] Typo fix

TA-dmarc v5.0.0

30 Mar 14:59
44ec6e0
Compare
Choose a tag to compare
Date Version Author [Type] Description
2023-03-25 5.0.0 Arnold [NEW] Support for MS GRAPH API, to support Microsoft O365.
[MOD] Changes to comply with the new Splunk app layout guidelines.
[MOD] Setup page and setup script to support the o365 fields

dmarc-parser.py

Date Version Author [Type] Description
2023-03-24 3.1.0 Arnold [MOD] Adapted the script for the new Splunk app layout.
[MOD] Changed all the logging strings to python3 f-strings to make them more readable.

ta-dmarc_converter.py

This use to be the dmarc_converter.py script.

Date Version Author [Type] Description
2023-03-24 5.0.0 Arnold [ADD] Support for downloading mails from o365.
[MOD] Adapted the script for the new Splunk app layout guidelines.
[MOD] Changed script name to comply with the new Splunk app layout guidelines.
[MOD] Changed all the logging strings to python3 f-strings to make them more readable.

mail-client.py

Date Version Author [Type] Description
2023-03-24 3.3.0 Arnold [MOD] Adapted the script for the new Splunk app layout.
[MOD] Made a list for the allowed content types to make it easier to change.
[MOD] Changed all the logging strings to python3 f-strings to make them more readable.

mail-o365.py

Date Version Author [Type] Description
2023-03-24 1.0.0 Arnold [NEW] initial version

ta-dmarc_setup.py

This use to be the setup_handler.py script.

Date Version Author [Type] Description
2023-03-24 2.0.0 Arnold [ADD] Added the o365 fields to the setup page
[MOD] Removed the last hardcoded name of the app, the app name is now fully based on the directory name.

TA-dmarc v4.1.0

18 Oct 14:57
Compare
Choose a tag to compare

mail-client.py

Date Version Author [Type] Description
2022-10-18 3.2.0 Arnold [FIX] Fixed problem where there where to many emails in a IMAP mailbox to fetch in 1 run.

TA-dmarc v4.0.2

06 Oct 10:09
Compare
Choose a tag to compare

Latest version:

General app changes

Date Version Author [Type] Description
2022-10-06 4.0.2 Arnold [FIX] mail-client.py mail subject decoding
[ADD] __version__ in all scripts

mail-client.py

Date Version Author [Type] Description
2022-10-06 3.1.0 Arnold [FIX] The mail subject is now always decoded before furter processing.
[DEL] removed unused modules that where imported

TA-dmarc v4.0.1

14 Oct 13:11
Compare
Choose a tag to compare

[FIX] mail-client.py referenced before assignment error
[ADD] Subject for Microsoft DMARC reports - thanks @jbouwh for reporting
[FIX] dmarc-parcer.py Typo in log message

TA-dmarc V4.0.0

25 Feb 20:33
Compare
Choose a tag to compare
  • Made all scripts python3
  • Updated the Splunk SDK
  • Changed the DNS lookup to get rid of the nslookup dependency
  • Updated the custom classes to python3
  • Created a CHANGELOG.md with all the changes