ehsanaghaei commited on
Commit
3a47918
·
verified ·
1 Parent(s): 4449e9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -2,13 +2,13 @@
2
  license: bigscience-openrail-m
3
  widget:
4
  - text: >-
5
- Native API functions such as <mask> may be directly invoked via system
6
- calls (syscalls). However, these features are also commonly exposed to
7
- user-mode applications through interfaces and libraries.
8
  example_title: Native API functions
9
  - text: >-
10
- One way to explicitly assign the PPID of a new process is through the
11
- <mask> API call, which includes a parameter for defining the PPID.
12
  example_title: Assigning the PPID of a new process
13
  - text: >-
14
  Enable Safe DLL Search Mode to ensure that system DLLs in more restricted
@@ -17,14 +17,18 @@ widget:
17
  example_title: Enable Safe DLL Search Mode
18
  - text: >-
19
  GuLoader is a file downloader that has been active since at least December
20
- 2019. It has been used to distribute a variety of <mask>, including
21
- NETWIRE, Agent Tesla, NanoCore, and FormBook.
22
  example_title: GuLoader is a file downloader
23
  language:
24
  - en
25
  tags:
26
  - cybersecurity
27
  - cyber threat intelligence
 
 
 
 
28
  ---
29
 
30
  # SecureBERT: A Domain-Specific Language Model for Cybersecurity
@@ -126,4 +130,4 @@ pages={39--56},
126
  year={2023},
127
  organization={Springer}
128
  }
129
- ```
 
2
  license: bigscience-openrail-m
3
  widget:
4
  - text: >-
5
+ Native API functions such as <mask> may be directly invoked via system calls
6
+ (syscalls). However, these features are also commonly exposed to user-mode
7
+ applications through interfaces and libraries.
8
  example_title: Native API functions
9
  - text: >-
10
+ One way to explicitly assign the PPID of a new process is through the <mask>
11
+ API call, which includes a parameter for defining the PPID.
12
  example_title: Assigning the PPID of a new process
13
  - text: >-
14
  Enable Safe DLL Search Mode to ensure that system DLLs in more restricted
 
17
  example_title: Enable Safe DLL Search Mode
18
  - text: >-
19
  GuLoader is a file downloader that has been active since at least December
20
+ 2019. It has been used to distribute a variety of <mask>, including NETWIRE,
21
+ Agent Tesla, NanoCore, and FormBook.
22
  example_title: GuLoader is a file downloader
23
  language:
24
  - en
25
  tags:
26
  - cybersecurity
27
  - cyber threat intelligence
28
+ base_model:
29
+ - FacebookAI/roberta-base
30
+ new_version: cisco-ai/SecureBERT2.0-base
31
+ pipeline_tag: fill-mask
32
  ---
33
 
34
  # SecureBERT: A Domain-Specific Language Model for Cybersecurity
 
130
  year={2023},
131
  organization={Springer}
132
  }
133
+ ```