Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SMTP TLS reports #453

Merged
merged 26 commits into from
Feb 19, 2024
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
4c799bd
Start working on support for SMTP TLS reports #71
seanthegeek Dec 27, 2023
81cf2ef
Elastic and code style fixes
seanthegeek Dec 27, 2023
8507664
More work on SMTP TLS reports
seanthegeek Jan 2, 2024
8999961
Code style fixes
seanthegeek Jan 2, 2024
e6bff9d
Code syle fix
seanthegeek Jan 2, 2024
a5ef046
Add code to save SMTP TLS reports
seanthegeek Jan 3, 2024
17c2035
Fix options logic
seanthegeek Jan 3, 2024
e416c54
Add support for sending SMTP TLS results to Log Analytics
seanthegeek Jan 3, 2024
8b494f1
Add syslog output for SMTP-TLS reports
seanthegeek Jan 3, 2024
6a8b2ff
Add S3 output support for SMTP TLS reports
seanthegeek Jan 3, 2024
a9d1675
Add Kafka output for SMTP TLS reports
seanthegeek Jan 3, 2024
7df6aa4
Bump version to 8.7.0
seanthegeek Jan 3, 2024
cb8bbf0
Cirrect stream name
seanthegeek Jan 3, 2024
01d051a
Do not replace content in forensic samples (Fix [BUG] Forensic parse…
seanthegeek Jan 3, 2024
62a4faf
Update changelog
seanthegeek Jan 3, 2024
e0188f9
Do not flatten SMTP TLS reports when sending to Splunk
seanthegeek Jan 5, 2024
dad80fe
Remove unused import
seanthegeek Jan 5, 2024
5716a45
Add DKIM selector and DKIM domain fields to Splunk aggregate dashboard
seanthegeek Jan 8, 2024
55ea280
Smtp-tls feature update (#459)
rubeste Jan 11, 2024
e5e84ca
Revert "Add DKIM selector and DKIM domain fields to Splunk aggregate …
seanthegeek Jan 12, 2024
7c6fa78
Merge branch 'smtp-tls' of https://github.com/domainaware/parsedmarc …
seanthegeek Jan 12, 2024
b637ee0
Email parsing fixes
seanthegeek Feb 19, 2024
7db7579
Fix processing of SMTP TLS report emails
seanthegeek Feb 19, 2024
f35aaf6
Remove generic launch.json
seanthegeek Feb 19, 2024
7480061
Add .vscode/launch.json to .gitignore
seanthegeek Feb 19, 2024
009f1d6
Fix processessing SMTP-TLS report emails
seanthegeek Feb 19, 2024
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
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
Changelog
=========

8.7.0
-----

- Add support for SMTP TLS reports (PR #453 closes issue #71)

8.6.4
----
-----

- Properly process aggregate reports that incorrectly call `identifiers` `identities`
- Ignore SPF results in aggregate report records if the domain is not provided
Expand Down
Loading
Loading