Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
aa6ce64
Adicionar arquivo .gitignore para ignorar diretórios .venv e data/
limaraujo May 18, 2026
21f6880
feat: Implement pipeline phases for supervised IDS and anomaly detection
limaraujo May 18, 2026
5a633bb
feat: scripts 02 e 03 funcionando
limaraujo May 22, 2026
cb45a32
Organizing repository
Labourguignonn May 26, 2026
4d65f3d
reorganizing the project files
Labourguignonn May 26, 2026
21d3d9f
Fixing pipeline phases
PedroCLins May 27, 2026
2c6ab63
Standardizing pipeline phases code and outputs, added custom argument…
PedroCLins May 28, 2026
7619f86
Added a new merge_can.py file that merges the CAN_Intrusion_Dataset d…
PedroCLins May 29, 2026
cf78eee
Add MTH-IDS paper-aligned pipeline: tiers 3-4, LOAO, and reproducibil…
limaraujo Jun 4, 2026
1b209fd
Align MTH-IDS pipeline with notebook protocol and paper infrastructure.
limaraujo Jun 5, 2026
565f734
Enhance anomaly detection pipeline with validation and logging improv…
limaraujo Jun 5, 2026
c27f39c
Update .gitignore to include additional patterns for cache and byteco…
limaraujo Jun 6, 2026
6ecb12b
Refactor pipeline into core/io/phases/orchestration layers.
limaraujo Jun 6, 2026
69163d2
Remove obsolete dataset file and update README with new dataset struc…
limaraujo Jun 6, 2026
5da2a4d
Update documentation and logging for supervised phases in MTH-IDS pip…
limaraujo Jun 6, 2026
98fc662
Enhance MTH-IDS documentation and introduce global anomaly detection …
limaraujo Jun 7, 2026
b0c405b
...
limaraujo Jun 7, 2026
1c09758
Resultados do CIC IDS 2017
limaraujo Jun 7, 2026
73db32a
resultados do can
limaraujo Jun 8, 2026
818f0eb
Protoloco CAN-ORIGINAL SEPARADO DO OTIS
limaraujo Jun 8, 2026
fcc0361
Protocolo UNSW_NB15
limaraujo Jun 8, 2026
9ce62db
.
limaraujo Jun 8, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.venv
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/
data/
*.zip
773 changes: 0 additions & 773 deletions LCCDE_IDS_GlobeCom22.ipynb

This file was deleted.

Binary file removed LCCDE_IDS_GlobeCom22_paper.pdf
Binary file not shown.
Loading