Any suggestion on where to find more information on using advanced algorithms in cybersecurity? For example, using machine learning algorithms (Neural Networks) in anomaly detection.
Cylance seems to be active in this field:
Introduction to AI for Security: https://threatvector.cylance.com/en_us/home/introduction-to-ai-for-security.html
And another thing might be: https://www.darktrace.com/en/
Unfortunately, I am not sure about "open source" AI stuff for IT sec yet.
There is a good ML course: https://www.coursera.org/learn/machine-learning
But you might want to use https://github.com/dibgerge/ml-coursera-python-assignments to do it via Python.
It is pretty heavy on math tbh. So "Introduction to Machine Learning for Coders" might be a good alternative: https://course.fast.ai/ml
@kpoole_isc2 wrote:Any suggestion on where to find more information on using advanced algorithms in cybersecurity? For example, using machine learning algorithms (Neural Networks) in anomaly detection.
I believe your question may be too broad, without a clear delineation of just what an algorithm is, or how they are used. For instance, a neural networks is not an algorithm, it is a type of computing architecture.
I think @rslade gave you a good answer over in