-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingesting AlientVault OTX TI feeds to HELK #305
Open
weev3
wants to merge
48
commits into
Cyb3rWard0g:master
Choose a base branch
from
weev3:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
neu5ron
added
enhancement
needs Wiki doc
issue cannot be closed unless there is documentation added to the wiki related to the issue
pipeline update
update config
labels
Aug 5, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
needs Wiki doc
issue cannot be closed unless there is documentation added to the wiki related to the issue
pipeline update
update config
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What is this PR for?
Able to get more detection for your organization.
What type of PR is it?
[Feature Request]
How should this be tested?
Download and configuration file for integrating OTX Data with HELK
Install OTX python module and Download TI feeds
Install OTX python module with
pip install OTXv2
(in your local server, not in docker). For more information please go, https://github.com/AlienVault-OTX/OTX-Python-SDK.Place helkOTX.py to /HELK/docker/helk-logstash/enrichments/cti/ folder.(in your local server, not in docker). Since HELK already mounted with your local system on helk-logstash/enrichments/cti folder.
Run helkOTX.py with
python helkOTX.py
.After running the python script, you will find these CSV files.
Install pandas
pip install pandas
Configuring SYSMON logstash file
Replace
1531-winevent-sysmon-filter.conf
in/HELK/docker/helk-logstash/pipeline/
folder.After replacing
1531-winevent-sysmon-filter.conf
file restart the helk-logstash withdocker restart helk-logstash
.Then refresh the index fields in Kibana
(Management -> Index pattern -> refresh)
.Then browse some ips or domains which is included in
otx_domain_.csv and otx_ipv4_.csv
file. After that you can search usingti.DestinationIP.otx:* or ti.Domain.otx:*
.Configuration Details
To fetch destination IP that is event id 3 with Alienvault OTX, TI feeds.
To fetch destination domain that is event id 22 with Alienvault OTX, TI feeds.
To fetch file checksum(SHA256) with Alienvault OTX, TI feeds.
To fetch file checksum(MD5) with Alienvault OTX, TI feeds.