--- gitea: none include_toc: true --- # PerfSPEC Learning Phase Based in [PrefSPEC: Performance Profiling-based Proactive Security Policy Enforcement for Containers](https://ieeexplore.ieee.org/document/10577533) document presented in [1], thir repository contains source files used to generate and process data. Main Reference: [PrefSPEC document](PerfSPEC.pdf) as [White paper](https://en.wikipedia.org/wiki/White_paper) [Presentación in Spanish](presentacion.pdf) [How to install](https://repo.jesusperez.pro/jesus/perfspec-learning/src/branch/main/install.md) covers basic enviroment,tools, and recommendations.
__PerfSPEC__ >[!IMPORTANT] With `PerfSPEC` [Security Policies](https://en.wikipedia.org/wiki/Security_policy) can be managed / watched in **Proactive** mode by using ranking, learning and profiles for safetiness and performance. It has three phases: - Ranking - Learning - Runtime This repository is focused in __Learning__ phase with attention on: - Event logs info load and process - Predictive learning model > [!NOTE] > It is considered that __event data collection__ in `raw-audit-logs.log.xz` are realistic and representative to simulate administrative operations. ## Files ### Data - `raw-audit-logs.log` contains raw Kubernetes audit logs collected using the `audit-policy.yaml` audit policy. ### Layout Tools are distributed in directories: - [Collect](collect) - [Process](process) - [Learning](learning)
├── PerfSPEC.pdf Reference document
├── README.md
├── about.md
├── actions_distribution.pdf Generated actions distribytion
├── collect Collect logs scripts
│ ├── audit-policy.yaml
│ ├── collect.py
│ └── helm-charts.json
├── data Extracted from compress archive
│ ├── actions-dataset-audit.txt
│ ├── actions-logs.log
│ ├── actions_distribution.pdf
│ ├── main-audit-logs.log
│ └── raw-audit-logs.log
├── data_sample.tar.xz Compress archive with 'data'
├── imgs
├── install.md Installation notes
├── intro.md
├── learning
│ └── python
│ ├── __pycache__ Ignored in git
│ ├── lib_perfspec.py
│ ├── model_perfspec.py
│ ├── prepare_perfspec.py
│ ├── run_perfspec.py
│ └── train_perfspec.py
├── models Extracted from compress archive
│ ├── checkpoints
│ │ ├── model_at_epoch_175.keras
│ │ └── model_at_epoch_185.keras
│ ├── history.json
│ └── perfSPEC_model.keras
├── models_sample.tar.xz Comperss archive with 'models'
├── presentacion.pdf Presentation slides
└── raw-audit-logs.log.xz Main Raw Logs file