copilot-swe-agent[bot]
dab2aaffda
Update documentation with comprehensive field listings and correct service type examples
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-14 16:56:54 +00:00
copilot-swe-agent[bot]
91ae56c029
Add Chronicle Ingestion API support as primary method with stdout as alternative
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-13 16:04:52 +00:00
copilot-swe-agent[bot]
e0818a22f4
Add IP enrichment fields to detection_fields for enhanced Chronicle filtering
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-13 15:29:11 +00:00
copilot-swe-agent[bot]
da43efa4bf
Move DMARC dimensions to detection_fields for Chronicle dashboard support
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-09 18:54:30 +00:00
copilot-swe-agent[bot]
cf916509ea
Add SMTP TLS test and fix YARA-L boolean comparisons
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-09 18:26:37 +00:00
copilot-swe-agent[bot]
6ad7233983
Preserve native types for booleans and integers in UDM output
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-09 16:29:51 +00:00
copilot-swe-agent[bot]
63f8334e27
Add SMTP TLS and parse error event examples to documentation
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-09 16:23:27 +00:00
copilot-swe-agent[bot]
1aa0147c33
Add mailbox monitoring examples to Google SecOps documentation
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-09 16:05:36 +00:00
copilot-swe-agent[bot]
e9b4170591
Fix YARA-L rules to match actual event_type values in output
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-09 15:43:16 +00:00
copilot-swe-agent[bot]
d3a314171f
Replace Splunk SPL with YARA-L in Google SecOps search examples
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-09 15:31:18 +00:00
copilot-swe-agent[bot]
c84ddb4e89
Add Google SecOps documentation and update README
...
Co-authored-by: seanthegeek <44679+seanthegeek@users.noreply.github.com >
2026-01-09 15:10:30 +00:00
Sean Whalen
35331d4b84
Add parsedmarc.types module to API reference documentation
2025-12-25 17:24:45 -05:00
Sean Whalen
445c9565a4
Update bug link in docs
2025-12-06 15:05:19 -05:00
Sean Whalen
23ae563cd8
Update Python version support details in documentation
2025-12-05 10:48:04 -05:00
Sean Whalen
a18ae439de
Fix typo in RHEL version support description in documentation
2025-12-04 10:18:15 -05:00
Oscar Mattsson
f1933b906c
Fix 404 link to maxmind docs ( #635 )
2025-12-02 09:26:01 -05:00
Sean Whalen
1fc9f638e2
9.0.0 ( #629 )
...
* Normalize report volumes when a report timespan exceed 24 hours
2025-12-01 17:06:58 -05:00
Sean Whalen
0922d6e83a
Add supported Python versions to the documentation index
2025-12-01 10:24:19 -05:00
Anael Mobilia
00267c9847
Codestyle cleanup ( #631 )
...
* Fix typos
* Copyright - Update date
* Codestyle xxx is False -> not xxx
* Ensure "_find_label_id_for_label" always return str
* PEP-8 : apiKey -> api_key + backward compatibility for config files
* Duplicate variable initialization
* Fix format
2025-11-30 19:13:57 -05:00
Sean Whalen
a05c230152
8.19.0 ( #622 )
...
8.19.0
- Add multi-tenant support via an index-prefix domain mapping file
- PSL overrides so that services like AWS are correctly identified
- Additional improvements to report type detection
- Fix webhook timeout parsing (PR #623 )
- Output to STDOUT when the new general config boolean `silent` is set to `False` (Close #614 )
- Additional services added to `base_reverse_dns_map.csv`
---------
Co-authored-by: Sean Whalen <seanthegeek@users.noreply.github.com >
Co-authored-by: Félix <felix.debloisbeaucage@gmail.com >
2025-11-28 12:47:00 -05:00
Sean Whalen
865c249437
Update features list
2025-08-24 13:39:50 -04:00
Martin Kjær Jørgensen
d62001f5a4
fix wrong configuration option for maildir ( #606 )
...
Signed-off-by: Martin Kjær Jørgensen <me@lagy.org >
2025-08-14 18:36:58 -04:00
Kevin Goad
669deb9755
Add support for Microsoft national clouds via Graph API base URL ( #590 )
...
* adding support for Microsoft National Clouds
* Update usage.md
2025-02-03 15:25:15 -05:00
Sean Whalen
bd5774d71d
Merge branch 'master' of https://github.com/ramspoluri/parsedmarc into ramspoluri-master
2024-11-02 11:38:41 -04:00
Sean Whalen
1ef3057110
8.15.1
...
- Proper IMAP namespace fix (Closes issue #557 and issue #563 )
- Require `mailsuite>=1.9.17`
- Revert PR #552
- Add pre-flight check for nameservers (PR #562 closes issue #543 )
- Reformat code with `ruff`
2024-10-02 21:19:57 -04:00
Paolo Schiro
fdb4e4cb36
Added nameservers pre-flight check, issue #543 ( #562 )
2024-10-02 20:48:02 -04:00
centja1
0a6cfb602c
Added output to webhook as an option ( #558 )
...
* Added output to webhook as an option
* added documentation for new webhook configuration
---------
Co-authored-by: Sean Whalen <44679+seanthegeek@users.noreply.github.com >
2024-09-12 15:47:59 -04:00
Paolo Schiro
7b7d20b1a4
Added input report maildir connector, issue #82 ( #555 )
...
Co-authored-by: Paolo Schiro <paolo.schiro@staff.aruba.it >
2024-09-06 15:44:57 -04:00
Sean Whalen
0fa6bebf5a
Fix error in docs
2024-08-24 20:10:57 -04:00
Jason Lingohr
11e0461b9d
Add GELF support ( #532 )
...
* Implement the ability to log to a GELF server/input, via the use of pygelf.
* Fix flake8 style checks.
2024-08-24 11:28:55 -04:00
Emmanuel Ormancey
9b32d9459f
added ES/OS prefix ( #531 )
2024-08-24 11:26:13 -04:00
Sean Whalen
61402d6284
Fix PowerShell typo in docs
2024-06-11 14:38:29 -04:00
ramspoluri
f618f69c6c
Added 'since' option to search for messages since a certain time
...
- Added `since` option under `mailbox` section to search for messages since a certain time instead of going through the complete mailbox during testing scenarios. Acceptable values -`5m|3h|2d|1w`, units - {"m":"minutes", "h":"hours", "d":"days", "w":"weeks"}). Defaults to `1d` if an incorrect value is provided.
- Not to mark messages as read if test option is selected (works only for MSGraphConnection)
2024-05-24 20:43:36 +05:30
yuji suzuki
20f451192f
add gmail_api example to README.md ( #518 )
2024-05-22 08:35:16 -04:00
Sean Whalen
a53d35a90c
Revert "Update usage.md" PR #497 makes moot
...
This reverts commit 662b7b694b .
2024-04-08 10:41:16 -04:00
Sean Whalen
662b7b694b
Update usage.md
2024-04-08 09:55:07 -04:00
Sean Whalen
6a06d01b44
8.11.0
...
- Actually save `source_type` and `source_name` to Elasticsearch and OpenSearch
- Reverse-lookup cache improvements (PR #501 closes issue #498 )
- Update the included `dbip-country-lite.mmdb` to the 2024-03 version
- Update `base_reverse_dns_map.csv`
- Add new general config options (closes issue #500 )
- `always_use_local_files` - Disables the download of the reverse DNS map
- `local_reverse_dns_map_path` - Overrides the default local file path to use for the reverse DNS map
- `reverse_dns_map_url` - Overrides the default download URL for the reverse DNS map
2024-04-02 12:34:32 -04:00
Szasza Palmer
a915385246
replacing multiprocessing pool with pipe ( #491 )
...
* replacing multiprocessing pool with pipe
* code styling fix
* dropping obsolete chunk_size config parameter
2024-03-23 21:41:46 -04:00
Anael Mobilia
3a1360a47a
Always use systemctl command ( #482 )
...
In order to align with the rest of the documentation
2024-03-17 11:44:55 -04:00
Szasza Palmer
995bdbcd97
adding OpenSearch support, fixing minor typos, and code styling ( #481 )
...
* adding OpenSearch support, fixing minor typos and code styling
* documentation update
2024-03-04 10:06:26 -05:00
mkupferman
efe74091f3
Gmail API pagination ( #469 )
...
* Use pagination to fetch more than 100 Gmail messages at once
* Provide `paginate_messages` option to allow use of previous behavior
2024-02-19 18:54:41 -05:00
Anael Mobilia
1c1ce7fea3
Doc - Update elasticsearch parameters ( #467 )
2024-02-19 18:52:01 -05:00
Sean Whalen
b8088505b1
Add support for SMTP TLS reports ( #453 )
2024-02-19 18:45:38 -05:00
Jason Lingohr
7d2b431e5f
Fix tiny formatting issue ( #451 )
2024-01-02 16:38:50 -05:00
Jonathan Martens
c71bc19cea
docs: formatting fix on delete keyword in mail section ( #444 )
2023-12-16 10:08:41 -05:00
Anael Mobilia
3bf0bea710
Fix typo on documentation ( #443 )
...
* Doc cleanup/improvement
* Fix typos
---------
Co-authored-by: Anael Mobilia <anael.mobilia@mydsomanager.com >
2023-12-16 10:08:06 -05:00
Sean Whalen
21d6f92fd4
Add PyPI download stats badge
2023-10-13 10:01:48 -04:00
jlownie
a164fb8e04
Update usage.md ( #436 )
2023-10-13 09:53:28 -04:00
Anael Mobilia
732547e622
Doc cleanup/improvement ( #432 )
...
Co-authored-by: Anael Mobilia <anael.mobilia@mydsomanager.com >
2023-10-11 17:24:50 -04:00
Anael Mobilia
d2d62488f7
Add contributors on copyright ( #414 )
...
Co-authored-by: Anael Mobilia <anael.mobilia@mydsomanager.com >
2023-05-14 18:07:35 -04:00