|
28 | 28 |
|
29 | 29 |
|
30 | 30 | class CAPE_Compression(Signature):
|
31 |
| - name = "Compression" |
| 31 | + name = "compression" |
32 | 32 | description = "Behavioural detection: Decompression of executable module(s)."
|
33 | 33 | severity = 1
|
34 | 34 | categories = ["malware"]
|
@@ -57,7 +57,7 @@ def on_complete(self):
|
57 | 57 |
|
58 | 58 |
|
59 | 59 | class CAPE_RegBinary(Signature):
|
60 |
| - name = "RegBinary" |
| 60 | + name = "reg_binary" |
61 | 61 | description = "Behavioural detection: PE binary written to registry."
|
62 | 62 | severity = 3
|
63 | 63 | categories = ["malware"]
|
@@ -87,7 +87,7 @@ def on_complete(self):
|
87 | 87 |
|
88 | 88 |
|
89 | 89 | class CAPE_Decryption(Signature):
|
90 |
| - name = "Decryption" |
| 90 | + name = "decryption" |
91 | 91 | description = "Behavioural detection: Decryption of executable module(s)."
|
92 | 92 | severity = 1
|
93 | 93 | categories = ["malware"]
|
@@ -116,7 +116,7 @@ def on_complete(self):
|
116 | 116 |
|
117 | 117 |
|
118 | 118 | class CAPE_Unpacker(Signature):
|
119 |
| - name = "Unpacker" |
| 119 | + name = "unpacker" |
120 | 120 | description = "Behavioural detection: Executable code extraction - unpacking"
|
121 | 121 | severity = 1
|
122 | 122 | categories = ["allocation"]
|
@@ -159,7 +159,7 @@ def on_call(self, call, process):
|
159 | 159 |
|
160 | 160 |
|
161 | 161 | class CAPE_InjectionCreateRemoteThread(Signature):
|
162 |
| - name = "InjectionCreateRemoteThread" |
| 162 | + name = "injection_create_remote_thread" |
163 | 163 | description = "Behavioural detection: Injection with CreateRemoteThread in a remote process"
|
164 | 164 | severity = 3
|
165 | 165 | categories = ["injection"]
|
@@ -242,7 +242,7 @@ def on_complete(self):
|
242 | 242 |
|
243 | 243 |
|
244 | 244 | class CAPE_InjectionProcessHollowing(Signature):
|
245 |
| - name = "InjectionProcessHollowing" |
| 245 | + name = "injection_process_hollowing" |
246 | 246 | description = "Behavioural detection: Injection (Process Hollowing)"
|
247 | 247 | severity = 3
|
248 | 248 | categories = ["injection"]
|
@@ -319,7 +319,7 @@ def on_call(self, call, process):
|
319 | 319 |
|
320 | 320 |
|
321 | 321 | class CAPE_InjectionSetWindowLong(Signature):
|
322 |
| - name = "InjectionSetWindowLong" |
| 322 | + name = "injection_set_window_long" |
323 | 323 | description = "Behavioural detection: Injection with SetWindowLong in a remote process"
|
324 | 324 | severity = 3
|
325 | 325 | categories = ["injection"]
|
@@ -383,7 +383,7 @@ def on_call(self, call, process):
|
383 | 383 |
|
384 | 384 |
|
385 | 385 | class CAPE_Injection(Signature):
|
386 |
| - name = "InjectionInterProcess" |
| 386 | + name = "injection_inter_process" |
387 | 387 | description = "Behavioural detection: Injection (inter-process)"
|
388 | 388 | severity = 3
|
389 | 389 | categories = ["injection"]
|
@@ -433,7 +433,7 @@ def on_complete(self):
|
433 | 433 |
|
434 | 434 |
|
435 | 435 | class CAPE_EvilGrab(Signature):
|
436 |
| - name = "EvilGrab" |
| 436 | + name = "evil_grab" |
437 | 437 | description = "Behavioural detection: EvilGrab"
|
438 | 438 | severity = 3
|
439 | 439 | categories = ["malware"]
|
@@ -468,7 +468,7 @@ def on_complete(self):
|
468 | 468 |
|
469 | 469 |
|
470 | 470 | class CAPE_PlugX(Signature):
|
471 |
| - name = "PlugX" |
| 471 | + name = "plugx" |
472 | 472 | description = "Behavioural detection: PlugX"
|
473 | 473 | severity = 3
|
474 | 474 | categories = ["chinese", "malware"]
|
@@ -503,7 +503,7 @@ def on_complete(self):
|
503 | 503 |
|
504 | 504 |
|
505 | 505 | class CAPE_Doppelganging(Signature):
|
506 |
| - name = "Doppelganging" |
| 506 | + name = "doppelganging" |
507 | 507 | description = "Behavioural detection: Process Doppelganging"
|
508 | 508 | severity = 3
|
509 | 509 | categories = ["injection"]
|
@@ -542,7 +542,7 @@ def on_call(self, call, process):
|
542 | 542 |
|
543 | 543 |
|
544 | 544 | class CAPE_TransactedHollowing(Signature):
|
545 |
| - name = "TransactedHollowing" |
| 545 | + name = "transacted_hollowing" |
546 | 546 | description = "Behavioural detection: Transacted Hollowing"
|
547 | 547 | severity = 3
|
548 | 548 | categories = ["injection"]
|
|
0 commit comments