Genetic Algorithms for computer security [closed]

☆樱花仙子☆ 提交于 2019-11-29 15:14:12

问题


I am in the process of choosing project for uni. And I am really interested on combining genetic algorithms and computer security.

Therefore my question, Is it possible to use GA on any aspect for computer security? For example?. I was thinking something like a evolutionary firewall/anti-virus that will be able to self protect/inhibit threats. Is such thing plausible?

I really appreciate you guys input, advice, comments.


回答1:


First of all, the whole idea of genetic algorithms is still being debated, i.e. if genetic algorithms are in any way better suited to solving optimization problems than other methods (who are either proven, easier to use, or provide other advantages).

That being said, yes, I know of a security-related application of genetic algorithms, mainly used in fuzzing to optimize code paths and therefore code coverage. There is a paper called Vulnerability analysis for x86 executables using genetic algorithm and fuzzing and a BlackHat presentation predating that paper by two years called "Sidewinder": An Evolutionary Guidance System for Malicious Input Crafting




回答2:


I briefly looked into this before, and there seems to be quite a bit of resources around using genetic algorithms for network intrusion detection. Hope it helps.




回答3:


Take a look at Stephanie Forrest's group's work on computer immune systems. It's not traditional GAs, but it's very close. Hope that helps.



来源:https://stackoverflow.com/questions/3790959/genetic-algorithms-for-computer-security

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!