Skip to content

Commit 1217201

Browse files
committed
Rename architecture-specific rules and update rule names inside YAML files
1 parent 6221d9b commit 1217201

File tree

54 files changed

+54
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+54
-54
lines changed

anti-analysis/anti-debugging/debugger-detection/check-for-peb-ntglobalflag-flag.yml renamed to anti-analysis/anti-debugging/debugger-detection/check-for-peb-ntglobalflag-flag-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: check for PEB NtGlobalFlag flag
3+
name: check for PEB NtGlobalFlag flag via x86 assembly
44
namespace: anti-analysis/anti-debugging/debugger-detection
55
authors:
66

anti-analysis/anti-debugging/debugger-detection/check-for-trap-flag-exception.yml renamed to anti-analysis/anti-debugging/debugger-detection/check-for-trap-flag-exception-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: check for trap flag exception
3+
name: check for trap flag exception via x86 assembly
44
namespace: anti-analysis/anti-debugging/debugger-detection
55
authors:
66

anti-analysis/anti-debugging/debugger-detection/execute-anti-debugging-instructions.yml renamed to anti-analysis/anti-debugging/debugger-detection/execute-anti-debugging-instructions-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: execute anti-debugging instructions
3+
name: execute anti-debugging instructions via x86 assembly
44
namespace: anti-analysis/anti-debugging/debugger-detection
55
authors:
66

anti-analysis/anti-disasm/64-bit-execution-via-heavens-gate.yml renamed to anti-analysis/anti-disasm/64-bit-execution-via-heavens-gate-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: 64-bit execution via heavens gate
3+
name: 64-bit execution via heavens gate via x86 assembly
44
namespace: anti-analysis/anti-disasm
55
authors:
66

anti-analysis/anti-forensic/patch-process-command-line.yml renamed to anti-analysis/anti-forensic/patch-process-command-line-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: patch process command line
3+
name: patch process command line via x86 assembly
44
namespace: anti-analysis/anti-forensic
55
authors:
66

communication/socket/tcp/send/obtain-transmitpackets-callback-function-via-wsaioctl.yml renamed to communication/socket/tcp/send/obtain-transmitpackets-callback-function-via-wsaioctl-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: obtain TransmitPackets callback function via WSAIoctl
3+
name: obtain TransmitPackets callback function via WSAIoctl via x86 assembly
44
namespace: communication/socket/tcp/send
55
authors:
66

data-manipulation/checksum/adler32/compute-adler32-checksum.yml renamed to data-manipulation/checksum/adler32/compute-adler32-checksum-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: compute adler32 checksum
3+
name: compute adler32 checksum via x86 assembly
44
namespace: data-manipulation/checksum/adler32
55
authors:
66

data-manipulation/checksum/crc32/hash-data-with-crc32.yml renamed to data-manipulation/checksum/crc32/hash-data-with-crc32-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: hash data with CRC32
3+
name: hash data with CRC32 via x86 assembly
44
namespace: data-manipulation/checksum/crc32
55
authors:
66

data-manipulation/compression/decompress-data-using-aplib.yml renamed to data-manipulation/compression/decompress-data-using-aplib-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: decompress data using aPLib
3+
name: decompress data using aPLib via x86 assembly
44
namespace: data-manipulation/compression
55
authors:
66
- "@r3c0nst (Frank Boldewin)"

data-manipulation/compression/decompress-data-using-ucl.yml renamed to data-manipulation/compression/decompress-data-using-ucl-via-x86-assembly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rule:
22
meta:
3-
name: decompress data using UCL
3+
name: decompress data using UCL via x86 assembly
44
namespace: data-manipulation/compression
55
authors:
66

0 commit comments

Comments
 (0)