Authors: Gudmund Grov, Jonas Halvorsen, Magnus Wiik Eckhoff, Bjørn Jervell Hansen, Martin Eian, and Vasileios Mavroeidis
Accepted by the International Conference on Neural-Symbolic Learning and Reasoning 2024 (NeSy2024).
It is generally accepted that all cyber attacks cannot be prevented, creating a need for the ability to detect and respond to cyber attacks. Both connectionist and symbolic AI are currently being used to support such detection and response. In this paper, we make the case for combining them using neurosymbolic AI. We identify a set of challenges when using AI today and propose a set of neurosymbolic use cases we believe are both interesting research directions for the neurosymbolic AI community and can have an impact on the cyber security field. We demonstrate feasibility through two proof-of-concept experiments.
.
├── LTN (experiment 1)
│ ├── Intrusion_detection.ipynb
│ ├── README.md
├── Awareness (experiment 2)
│ ├── telingo-example.py
│ ├── generate_attack_pattern.py
│ ├── README.md
└── README.md
Both experiments have a dedicated README.md
with instructions on how to setup and run.