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

MISP WarningLists - Handling IP address lookup in CIDR IP ranges #200

Merged
merged 1 commit into from
Jun 4, 2018
Merged

MISP WarningLists - Handling IP address lookup in CIDR IP ranges #200

merged 1 commit into from
Jun 4, 2018

Conversation

srilumpa
Copy link
Contributor

This should solves #197 by checking if the data is in IP and, if so, converting it from its string representation to an IpAddress object. It will do the same for the data from the warning lists to convert it to an IpNetwork object. This way, it is possible to simply check if the IP address is contained in a network and thus handle MISP lists containing networks.

@3c7 3c7 added category:bug Issue is related to a bug scope:analyzer Issue is analyzer related status:pr-submitted labels Feb 27, 2018
@3c7 3c7 added this to the 1.9.0 milestone Mar 21, 2018
@nadouani nadouani modified the milestones: 1.9.0, 1.9.1 Mar 29, 2018
@3c7 3c7 added this to the 1.10.0 milestone May 29, 2018
@3c7 3c7 changed the base branch from develop to release/1.10.0 June 4, 2018 08:35
@3c7 3c7 merged commit 91fa28d into TheHive-Project:release/1.10.0 Jun 4, 2018
@srilumpa srilumpa deleted the misp_warninglists_cidr branch July 5, 2018 08:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants