Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LDO-CERT/mans_to_es
Browse files Browse the repository at this point in the history
  • Loading branch information
garanews committed Oct 3, 2019
2 parents 93c9e63 + 4f2afb2 commit 328de65
Show file tree
Hide file tree
Showing 2 changed files with 378 additions and 395 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Parses the FireEye HX .mans triage collections and send them to ElasticSearch
4. [Disclaimer](#disclaimer)


## About
## About
mans_to_es is an open source tool for parsing FireEye HX .mans triage collections and send them to ElasticSearch.

Mans file is a zipped collection of xml that we parse using [xmltodict](https://github.com/martinblech/xmltodict).
Expand All @@ -20,9 +20,13 @@ It uses pandas and multiprocessing to speed up the parsing with xml files.
## Getting started
#### Installation
```
pip install man-to-es
pip install mans-to-es
```

#### Developing

If you want to develop with the script you can download and place it under /usr/local/bin and make it executable.

#### Usage

```
Expand Down
Loading

0 comments on commit 328de65

Please sign in to comment.