Commit Graph

751 Commits

Author SHA1 Message Date
Anael Mobilia
08457b66fd Update categorie name in Kibana 2021-01-18 16:51:12 +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
Sander Lepik
ebda496178 Fix for copy-paste error
Signed-off-by: Sander Lepik <sander.lepik@cooppank.ee>
2020-04-07 09:47:29 +03:00
Sean Whalen
74de4fecf9 Kibana dashboard fixes 2020-03-21 21:06:16 -04:00
Sean Whalen
3a11ed3ac3 Merge pull request #151 from Yabk/master
Use SMTP port from config when sending the report
2020-03-11 12:01:47 -04:00
Yabk
6a9e3f0f5d Use SMTP port from config when sending the report 2020-03-11 13:10:35 +01:00
Sean Whalen
d0bb858e74 6.9.0 2020-02-17 16:24:11 -05:00
Sean Whalen
0ae15ed90c Merge pull request #145 from bhozar/master
Updated visuals. Corrected some of the guide.
2020-02-12 13:47:10 -05:00
Bhozar
7cfa8c20bb Updated visuals. Corrected some of the guide. 2020-02-11 23:28:12 +00:00
Sean Whalen
97db183031 6.8.2 2020-01-24 12:21:34 -05:00