-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Little refactoring to improve usage as imported library - Add threat info to alerts if present - Updated dependencies - Added support for pip > 10 build Co-Authored-By: Arcuri Davide <dadokkio@gmail.com>
- Loading branch information
Showing
7 changed files
with
164 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## [1.5] 2020-05-19 | ||
- Little refactoring to improve usage as imported library | ||
- Add threat info to alerts if present | ||
- Aligned dependencies to Timesketch requirements | ||
- Added support for pip > 20 build | ||
|
||
## [1.4] 2019-10-03 | ||
- Support for extracting multiple field as comment | ||
- Keep all meta by default | ||
- Check if elastic is up @deralexxx | ||
|
||
## [1.3] 2019-07-29 | ||
- Added process-api to processed items | ||
- Skip if not explicitly selected | ||
- Timestamp parsing improvment | ||
|
||
## [1.0] 2019-07-24 | ||
- First working release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
from mans_to_es.mans_to_es import MansToEs | ||
|
||
__all__ = [MansToEs] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
certifi>=2017.7.27.1 | ||
elasticsearch==7.0.2 | ||
numpy==1.16.4 | ||
pandas==0.25.0 | ||
python-dateutil==2.8.0 | ||
pytz==2019.1 | ||
elasticsearch>=7.5.1 | ||
numpy>=1.16.6 | ||
pandas>=0.24.2 | ||
python-dateutil==2.8.1 | ||
pytz==2020.1 | ||
six==1.12.0 | ||
urllib3==1.25.3 | ||
urllib3==1.25.9 | ||
xmltodict==0.12.0 | ||
ciso8601==2.1.1 | ||
ciso8601>=2.1.1 |
Oops, something went wrong.