Commit
·
43c17df
1
Parent(s):
0819b46
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nd-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- cybersecurity
|
7 |
+
widget:
|
8 |
+
- text: "Native API functions such as [MASK], may be directed invoked via system calls/syscalls, but these features are also often exposed to user-mode applications via interfaces and libraries.."
|
9 |
+
example_title: Native API functions
|
10 |
+
|
11 |
+
- text: "One way of explicitly assigning the PPID of a new process is via the [MASK] API call, which supports a parameter that defines the PPID to use."
|
12 |
+
example_title: Assigning the PPID of a new process
|
13 |
+
|
14 |
+
- text: "Enable Safe DLL Search Mode to force search for system DLLs in directories with greater restrictions (e.g. %[MASK]%) to be used before local directory DLLs (e.g. a user's home directory)"
|
15 |
+
example_title: Enable Safe DLL Search Mode
|
16 |
+
|
17 |
+
- text: "GuLoader is a file downloader that has been used since at least December 2019 to distribute a variety of [MASK], including NETWIRE, Agent Tesla, NanoCore, and FormBook."
|
18 |
+
example_title: GuLoader is a file downloader
|
19 |
---
|
20 |
+
|
21 |
+
Please see https://huggingface.co/ehsanaghaei/SecureBERT_Plus/edit/main/README.md for more details
|