Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 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
02a50be
supervise and anomaly
Labourguignonn Jun 11, 2026
bd9d6db
UNWS solved with great score
Labourguignonn Jun 11, 2026
06750fa
Merge branch 'feat/mth-ids-paper-reproduction' into feat/testing-unws
Labourguignonn Jun 11, 2026
e8426db
fixed CAN dataset merging with attack datasets labeling functionality
PedroCLins Jun 11, 2026
b10d976
Merge branch 'feat/testing-unws' into feat/mth-ids-paper-reproduction
limaraujo Jun 11, 2026
172473a
commiting logs
Labourguignonn Jun 11, 2026
39d8ada
generated logs and results for the can intrusion dataset.
PedroCLins Jun 11, 2026
db895db
commiting global evaluation
Labourguignonn Jun 11, 2026
adc8943
Merge branch 'feat/mth-ids-paper-reproduction' of https://github.com/…
Labourguignonn Jun 11, 2026
3ab3f31
Table results
PedroCLins Jun 11, 2026
4149b7b
commiting-unws-table
Labourguignonn Jun 11, 2026
288e096
Merge branch 'feat/results-pedro' into feat/mth-ids-paper-reproduction
Labourguignonn Jun 11, 2026
67d8eaa
delete can-ocids
Labourguignonn Jun 11, 2026
f3471da
Reorganize UNSW-NB15 logs under results/unsw_nb15/ by pipeline stage.
limaraujo Jun 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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