ehsanaghaei
commited on
Commit
•
5b7a9a4
1
Parent(s):
dc01efe
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,30 @@
|
|
1 |
---
|
2 |
license: bigscience-openrail-m
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
# SecureBERT: A Domain-Specific Language Model for Cybersecurity
|
5 |
SecureBERT is a domain-specific language model based on RoBERTa which is trained on a huge amount of cybersecurity data and fine-tuned/tweaked to understand/represent cybersecurity textual data.
|
|
|
1 |
---
|
2 |
license: bigscience-openrail-m
|
3 |
+
widget:
|
4 |
+
- text: >-
|
5 |
+
Native API functions such as <mask>, may be directed invoked via system
|
6 |
+
calls/syscalls, but these features are also often exposed to user-mode
|
7 |
+
applications via interfaces and libraries..
|
8 |
+
example_title: Native API functions
|
9 |
+
- text: >-
|
10 |
+
One way of explicitly assigning the PPID of a new process is via the <mask>
|
11 |
+
API call, which supports a parameter that defines the PPID to use.
|
12 |
+
example_title: Assigning the PPID of a new process
|
13 |
+
- text: >-
|
14 |
+
Enable Safe DLL Search Mode to force search for system DLLs in directories
|
15 |
+
with greater restrictions (e.g. %<mask>%) to be used before local directory
|
16 |
+
DLLs (e.g. a user's home directory)
|
17 |
+
example_title: Enable Safe DLL Search Mode
|
18 |
+
- text: >-
|
19 |
+
GuLoader is a file downloader that has been used since at least December
|
20 |
+
2019 to distribute a variety of <mask>, including NETWIRE, Agent Tesla,
|
21 |
+
NanoCore, and FormBook.
|
22 |
+
example_title: GuLoader is a file downloader
|
23 |
+
language:
|
24 |
+
- en
|
25 |
+
tags:
|
26 |
+
- cybersecurity
|
27 |
+
- cyber threat intellignece
|
28 |
---
|
29 |
# SecureBERT: A Domain-Specific Language Model for Cybersecurity
|
30 |
SecureBERT is a domain-specific language model based on RoBERTa which is trained on a huge amount of cybersecurity data and fine-tuned/tweaked to understand/represent cybersecurity textual data.
|