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

Bug in EmergingThreats_MalwareInfo analyzer #258

Closed
ant1 opened this issue May 29, 2018 · 0 comments
Closed

Bug in EmergingThreats_MalwareInfo analyzer #258

ant1 opened this issue May 29, 2018 · 0 comments
Labels
category:bug Issue is related to a bug scope:analyzer Issue is analyzer related status:pr-submitted
Milestone

Comments

@ant1
Copy link
Contributor

ant1 commented May 29, 2018

Bug in EmergingThreats_MalwareInfo analyzer

Request Type

Bug

Description

When analyzing hashes, EmergingThreats_MalwareInfo always fails with error Invalid data type !

Possible Solutions

Replace
elif self.data_type == 'malware':
with
elif self.data_type == 'hash':

@3c7 3c7 added this to the 1.10.0 milestone May 29, 2018
@3c7 3c7 added category:bug Issue is related to a bug scope:analyzer Issue is analyzer related status:pr-submitted labels May 29, 2018
3c7 added a commit that referenced this issue Jun 4, 2018
@3c7 3c7 closed this as completed Jun 4, 2018
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 status:pr-submitted
Projects
None yet
Development

No branches or pull requests

2 participants