diff --git a/content/posts/commits/2026-02-17-commit-4c9f80a.md b/content/posts/commits/2026-02-17-commit-4c9f80a.md new file mode 100644 index 0000000..f2b9bcc --- /dev/null +++ b/content/posts/commits/2026-02-17-commit-4c9f80a.md @@ -0,0 +1,64 @@ +--- +title: "[bojemoi_ml-threat-intel] Cleanup test posts" +date: 2026-02-17T14:32:12+01:00 +draft: false +tags: ["commit", "bojemoi_ml-threat-intel", "main"] +categories: ["Git Activity"] +summary: "Commit 4c9f80a par Betty dans bojemoi_ml-threat-intel" +author: "Betty" +--- + +## Commit `4c9f80a` + +| | | +|---|---| +| **Repository** | bojemoi_ml-threat-intel | +| **Branch** | `main` | +| **Author** | Betty | +| **Hash** | `4c9f80a3846fdd79aed58af04ab68eb2646e192d` | + + +### Files Changed + +``` +M Dockerfile.ml-threat +M api.py +A bojemoi-mitre-attack/bojemoi_mitre_attack.egg-info/PKG-INFO +A bojemoi-mitre-attack/bojemoi_mitre_attack.egg-info/SOURCES.txt +A bojemoi-mitre-attack/bojemoi_mitre_attack.egg-info/dependency_links.txt +A bojemoi-mitre-attack/bojemoi_mitre_attack.egg-info/top_level.txt +A bojemoi-mitre-attack/bojemoi_mitre_attack/__init__.py +A bojemoi-mitre-attack/bojemoi_mitre_attack/formatters.py +A bojemoi-mitre-attack/bojemoi_mitre_attack/mapper.py +A bojemoi-mitre-attack/bojemoi_mitre_attack/mappings/__init__.py +A bojemoi-mitre-attack/bojemoi_mitre_attack/mappings/osint.py +A bojemoi-mitre-attack/bojemoi_mitre_attack/mappings/suricata.py +A bojemoi-mitre-attack/bojemoi_mitre_attack/mappings/vulnerability.py +A bojemoi-mitre-attack/bojemoi_mitre_attack/models.py +A bojemoi-mitre-attack/setup.py +M database.py +M investigator.py +``` + +### Diff Summary + +``` + Dockerfile.ml-threat | 4 + + api.py | 49 ++++ + .../bojemoi_mitre_attack.egg-info/PKG-INFO | 7 + + .../bojemoi_mitre_attack.egg-info/SOURCES.txt | 13 + + .../dependency_links.txt | 1 + + .../bojemoi_mitre_attack.egg-info/top_level.txt | 1 + + .../bojemoi_mitre_attack/__init__.py | 23 ++ + .../bojemoi_mitre_attack/formatters.py | 136 +++++++++ + .../bojemoi_mitre_attack/mapper.py | 324 +++++++++++++++++++++ + .../bojemoi_mitre_attack/mappings/__init__.py | 11 + + .../bojemoi_mitre_attack/mappings/osint.py | 54 ++++ + .../bojemoi_mitre_attack/mappings/suricata.py | 99 +++++++ + .../bojemoi_mitre_attack/mappings/vulnerability.py | 73 +++++ + .../bojemoi_mitre_attack/models.py | 36 +++ + bojemoi-mitre-attack/setup.py | 10 + + database.py | 35 +++ + investigator.py | 23 ++ + 17 files changed, 899 insertions(+) +```