(no title)
notus | 6 years ago
Yes you can, that's part of the appeal of applying machine learning to security. They don't rely on things like signatures or existing heuristics to identify things as malicious.
notus | 6 years ago
Yes you can, that's part of the appeal of applying machine learning to security. They don't rely on things like signatures or existing heuristics to identify things as malicious.
danShumway|6 years ago
Think of it like your body. It learns to identify viruses. Does that mean you're immune from novel viruses or new strains of the flu?
notus|6 years ago
jadell|6 years ago
notus|6 years ago
> Machine learning only learns how to categorize things into predetermined categories.
This is just one type of machine learning called classification, there are others like regression and clustering which can be combined to create more robust models. Look at the technology behind Cylance's product which identifies files as malicious or not pre-execution. They are not just using classification.