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

WIP: AV Module to use Cylance Scoring #105

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jmlong1027
Copy link
Contributor

@jmlong1027 jmlong1027 commented Mar 13, 2018

This AV module uses commercial product, Cylance to score whether a file is malicious or not. Cylance specializes in applying machine learning to malware detection. Follow link for more information: Cylance.

@awest1339
Copy link
Contributor

awest1339 commented Mar 13, 2018

Can you add a brief description of the tool / a link to the docs (if there are any public facing ones)?

Additionally, this needs to have a check() function (that performs similar to the same functionality of your ping function).

Finally, would prefer if the default ENABLED value was false.

Finally, finally, if you were to write a unit test for it, that would be grand 👍

Thanks!

@awest1339 awest1339 changed the title AV Module to use Cylance Scoring WIP: AV Module to use Cylance Scoring Mar 22, 2018
Updated to include a check function, also turned Enabled to false by default
Formatting for score file was off, needed to be updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants