Skip to content
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

Automatic ioc extraction using RegEx #40

Merged
merged 6 commits into from
Apr 18, 2017
Merged

Automatic ioc extraction using RegEx #40

merged 6 commits into from
Apr 18, 2017

Conversation

3c7
Copy link
Contributor

@3c7 3c7 commented Apr 18, 2017

This is a basic extractor for ioc's. It searches through the raw dict and try to match some RegEx rules. This is no fulltext search and is only capable of finding something like [{'results': '127.0.0.1'}] but not [{'results': 'The result is 127.0.0.1'}]. Unittests included 🍻.

@3c7
Copy link
Contributor Author

3c7 commented Apr 18, 2017

bildschirmfoto vom 2017-04-18 08-46-14

@3c7
Copy link
Contributor Author

3c7 commented Apr 18, 2017

Also interesting for #4.

@nadouani nadouani self-assigned this Apr 18, 2017
@nadouani nadouani merged commit 7df7796 into TheHive-Project:develop Apr 18, 2017
@nadouani nadouani modified the milestone: 1.3.0 Apr 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants