tegridydev commited on
Commit
cd275aa
·
verified ·
1 Parent(s): 96e0fdd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -2
README.md CHANGED
@@ -4,7 +4,32 @@ emoji: 🏆
4
  colorFrom: red
5
  colorTo: green
6
  sdk: static
7
- pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  colorFrom: red
5
  colorTo: green
6
  sdk: static
7
+ pinned: true
8
  ---
9
 
10
+ # OpenMALx
11
+
12
+ ### Repository for Infosec and Machine Learning Resources
13
+
14
+ OpenMALx is an organization focused on the development of datasets and models for security analysis. The project objective is to provide structured data for training and evaluating large language models in a security context.
15
+
16
+ ---
17
+
18
+ ## Technical Focus
19
+
20
+ * **Dataset Formatting:** Processing raw security tool logs into instruction/response pairs for model training.
21
+ * **Local Execution:** Optimizing models for local hardware to ensure data remains on-premises.
22
+ * **Response Logic:** Developing structured formats for explaining security vulnerabilities and remediation steps.
23
+
24
+ ## Active Projects
25
+
26
+ * **infosec-tool-output:** A dataset mapping static and dynamic analysis tool outputs to technical summaries.
27
+ * **open-malsec:** A collection of text-based security threats, including phishing and social engineering samples, for classification tasks.
28
+
29
+ ## Participation
30
+
31
+ This is an open-source project. Participation is accepted in the following areas:
32
+
33
+ * **Data Contribution:** Providing anonymized security logs or threat samples.
34
+ * **Model Training:** Testing and benchmarking model performance on security tasks.
35
+ * **Content Review:** Verifying the technical accuracy of dataset summaries.