Commit Graph

759 Commits

Author SHA1 Message Date
Ola Thoresen 0e2636225e Modifying some log-levels to INFO 2021-01-21 08:24:44 +01:00
Sean Whalen b43a622f9e Merge pull request #214 from maurofaccenda/patch-1
Fixes issue #213
2021-01-20 08:54:32 -05:00
Sean Whalen 8feffcb1ac Merge pull request #212 from Olen/log-level
Add verbose logging level
2021-01-20 08:51:49 -05:00
Sean Whalen 0f8d5477a6 Merge pull request #210 from AnaelMobilia/patch-1
Update categorie name in Kibana
2021-01-20 08:50:48 -05:00
Sean Whalen 7d7a197ff3 Merge pull request #207 from MarcelWaldvogel/fix-map-legend
Fix map thresholds and colors
2021-01-20 08:49:45 -05:00
Mauro Faccenda 4d40f59491 Fixes issue #213 2021-01-20 12:31:09 +01:00
Ola Thoresen 72b0a1b053 Add verbose logging level 2021-01-20 07:52:28 +01:00
Anael Mobilia 08457b66fd Update categorie name in Kibana 2021-01-18 16:51:12 +01:00
Marcel Waldvogel 49d09a51ba Fix map thresholds and colors
Inverted ranges are not supported; fixes #206
2020-12-28 16:37:38 +01:00
Sean Whalen 3f1e25e315 Drop Python 3.5 support 2020-11-25 09:36:39 -05:00
Sean Whalen ddb007af13 Update index.rst 2020-11-24 22:03:51 -05:00
Sean Whalen 529fe27a97 PEP 8 fixes 2020-11-24 22:02:55 -05:00
Sean Whalen e5720422f6 Update .travis.yml 2020-11-24 21:54:42 -05:00
Sean Whalen 4c3fb65af1 6.12.0 2020-11-24 21:42:45 -05:00
Sean Whalen dbfed2e309 Update elastic.py 2020-11-24 21:15:31 -05:00
Sean Whalen f0612203f0 Merge pull request #191 from White-Knight-IT/master
Allow Basic Auth with Elasticsearch
2020-11-20 11:54:45 -05:00
Sean Whalen 226afee12d Merge pull request #190 from Sikorsky78/patch-1
Update utils.py
2020-11-20 11:46:47 -05:00
Sean Whalen 809d533ce0 Merge pull request #199 from arne1101/master
Limit filename length to 100 characters
2020-11-20 11:45:52 -05:00
Arne Allisat 87092cf4ca Reduce number of characters in filename from 255 to 100
Reduce number of characters in filename from 255 to 100
2020-11-06 14:16:09 +01:00
Arne Allisat 06e42791c4 Limit filename length to 255 characters
https://github.com/domainaware/parsedmarc/issues/197

Since there is a limit for filename length in some OS, filename length should be limited. I propose limit it to 255 characters.
2020-11-06 09:21:17 +01:00
Ubuntu f18322c16c I can spell.... sometimes 2020-10-20 01:31:30 +11:00
Ubuntu 07f8a30f08 tabs and spaces :( 2020-10-20 01:30:08 +11:00
Ubuntu de02edc0a9 take 3 2020-10-20 01:27:45 +11:00
Ubuntu a36dc21c07 Try 2 2020-10-20 01:23:18 +11:00
Ubuntu 3312387852 Take 1 trying to add elastic basic auth 2020-10-20 01:14:43 +11:00
Ubuntu bd7819881d delete test file 2020-10-20 00:52:01 +11:00
Ubuntu dedbd518e8 test 2020-10-20 00:50:06 +11:00
Sikorsky78 c1681dc48b Update utils.py
Fixed broken system_paths for Windows
2020-10-12 12:47:15 +02:00
Sean Whalen 82b1a7e292 6.11.0 2020-08-31 16:31:53 -04:00
Sean Whalen 93189945b3 6.11.0 2020-08-31 16:22:35 -04:00
Sean Whalen 1f557f9e41 Merge pull request #182 from bhozar/master
Stop double count of email messages displaying. Include images of dashboard.
2020-08-31 16:03:39 -04:00
Sean Whalen 9d920e0bd8 Merge pull request #183 from ericwbentley/master
Add begin and end date fields
2020-08-31 16:02:41 -04:00
Sean Whalen e1059b234e Merge pull request #186 from cvandeplas/fix/imaptimeout
fix: [imap] fixes #163 crash on imap timeout
2020-08-31 16:02:27 -04:00
Christophe Vandeplas 73b8866b29 fix: [imap] fixes #163 crash on imap timeout 2020-08-26 11:15:57 +02:00
ericwbentley 20f9890008 Update elastic.py 2020-08-06 18:43:49 -07:00
Bhozar d4905968f6 Add files via upload
Included demo images. Fix for issue https://github.com/domainaware/parsedmarc/issues/162
2020-08-04 18:17:14 +01:00
Sean Whalen 382e33f687 Use elasticsearch version provided by elasticsearch-dsl 2020-06-10 18:05:23 -04:00
Sean Whalen fd0896ac40 Merge pull request #165 from cvandeplas/chg-dashboard-aggr
chg: [splunk] adding source_base_domain as filter
2020-06-10 17:47:44 -04:00
Sean Whalen bd82966d1c Merge pull request #170 from danhstevens/master
Fixing forensic parse failure on valid forensic report
2020-06-10 17:47:06 -04:00
Dan Stevens c9355d7c94 Fixing forensic parse failure on valid forensic report 2020-06-10 16:10:25 -05:00
Christophe Vandeplas e583728d4b chg: [splunk] adding source_base_domain as filter
this is quite useful when pivoting on data
2020-05-11 16:53:54 +02:00
Sean Whalen 4fca674064 6.10.0
- Ignore unknown forensic report fields when generating CSVs (Closes issue #148)
- Fix crash on IMAP timeout (PR #164 - closes issue #163)
- Use SMTP port from the config file when sending emails (PR #151)
- Add support for Elasticsearch 7.0 (PR #161 - closes issue #149)
- Remove temporary workaround for DMARC aggregate report records missing a SPF domain fields
2020-05-10 17:44:14 -04:00
Sean Whalen 8431207920 Merge pull request #164 from cvandeplas/fix-imap
fix: [imap] fixes #163 crash on imap timeout
2020-05-10 16:27:55 -04:00
Sean Whalen 8bfaa3951b Merge pull request #161 from Kuzuto/master
Support for Elasticsearch 7.x
2020-05-10 16:26:24 -04:00
Christophe Vandeplas 585f87e46e fix: [imap] fixes #163 crash on imap timeout 2020-05-08 12:57:54 +02:00
Lennart Friberg a89d41acd0 Update setup.py
Changed Elasticsearch py to support Elastic > 7.0
For Elasticsearch 7.0 and later, use the major version 7 (7.x.y) of the library.
2020-05-06 21:54:08 +02:00
Lennart Friberg f0169a451a Update requirements.txt
Changed Elasticsearch Python to support Elasticsearch >= 7
For Elasticsearch 7.0 and later, use the major version 7 (7.x.y) of the library.
2020-05-06 21:52:39 +02:00
Sean Whalen 3a6a84dbec Merge pull request #160 from cvandeplas/fix-splunkxml
fix: [splunk] correct default index for splunk dashboard
2020-05-06 10:37:54 -04:00
Christophe Vandeplas b01b8d9374 fix: [splunk] correct default index for splunk dashboard 2020-05-06 08:15:15 +02:00
Sean Whalen e940268e16 Merge pull request #157 from sander85/master
Fix for copy-paste error
2020-04-08 10:09:54 -04:00