Update rule metadata for rules written by @recvfrom

Mostly just changes @recvfrom to awillia2@cisco.com, but
also updates the descriptions in a few places to be
more precise (I don't think I initially realized that
`api` has function scope and is for API calls whereas
`import` has file level scope and is just for the import)
This commit is contained in:
Andrew 2021-06-06 10:20:00 -04:00
parent 0603577a7d
commit fbafd732e7
9 changed files with 13 additions and 13 deletions

View file

@ -2,7 +2,7 @@ rule:
meta:
name: 64-bit execution via heavens gate
namespace: anti-analysis/anti-disasm
author: '@recvfrom'
author: awillia2@cisco.com
description: Looks for instructions related to executing 64-bit code from a 32-bit process (Heaven's Gate)
scope: function
mbc:

View file

@ -2,7 +2,7 @@ rule:
meta:
name: encrypt data using HC-128
namespace: data-manipulation/encryption/hc-128
author: '@recvfrom'
author: awillia2@cisco.com
description: Looks for instruction mnemonics associated with initialization of the HC-128 stream cipher
scope: basic block
att&ck:

View file

@ -2,7 +2,7 @@ rule:
meta:
name: encrypt data using Sosemanuk
namespace: data-manipulation/encryption/sosemanuk
author: '@recvfrom'
author: awillia2@cisco.com
description: Looks for cryptographic constants associated with the Sosemanuk stream cipher
scope: basic block
att&ck:

View file

@ -2,7 +2,7 @@ rule:
meta:
name: packaged as an IExpress self-extracting archive
namespace: executable/installer/iexpress
author: '@recvfrom'
author: awillia2@cisco.com
scope: file
references:
- https://en.wikipedia.org/wiki/IExpress

View file

@ -2,7 +2,7 @@ rule:
meta:
name: packaged as an Inno Setup installer
namespace: executable/installer/inno-setup
author: 'awillia2@cisco.com'
author: awillia2@cisco.com
scope: file
references:
- https://jrsoftware.org/isinfo.php

View file

@ -5,12 +5,12 @@ rule:
author: awillia2@cisco.com
description: Looks for an LDAP query and related Windows API calls used to enumerate other computers on the Windows domain that a computer is connected to.
scope: function
att&ck:
- Discovery::System Network Configuration Discovery [T1016]
references:
- https://docs.microsoft.com/en-us/windows/win32/api/adshlp/nf-adshlp-adsopenobject
- https://www.vkremez.com/2017/12/lets-learn-introducing-new-trickbot.html
- https://chuongdong.com/reverse%20engineering/2021/05/23/MountLockerRansomware/
att&ck:
- Discovery::System Network Configuration Discovery [T1016]
examples:
- 1e2791877da02d49998dea79515a89ca:0x6CD41FF8
- 3808f21e56dede99bc914d90aeabe47a:0x140007144

View file

@ -5,12 +5,12 @@ rule:
author: awillia2@cisco.com
description: Looks for calls to Windows APIs that can be used to determine the name of the domain controller for a Windows domain that a computer is connected to.
scope: function
att&ck:
- Discovery::System Network Configuration Discovery [T1016]
references:
- https://docs.microsoft.com/en-us/windows/win32/api/lmaccess/nf-lmaccess-netgetdcname
- https://docs.microsoft.com/en-us/windows/win32/api/dsgetdc/nf-dsgetdc-dsgetdcnamea
- https://chuongdong.com/reverse%20engineering/2021/05/23/MountLockerRansomware/
att&ck:
- Discovery::System Network Configuration Discovery [T1016]
examples:
- 3808f21e56dede99bc914d90aeabe47a:0x140007144
features:

View file

@ -2,8 +2,8 @@ rule:
meta:
name: get domain information
namespace: host-interaction/network/domain
author: '@recvfrom'
description: Looks for imported Windows APIs that can be used to collect information about the Windows domain that a computer is connected to.
author: awillia2@cisco.com
description: Looks for imported Windows APIs being called to collect information about the Windows domain that a computer is connected to.
scope: function
att&ck:
- Discovery::System Network Configuration Discovery [T1016]

View file

@ -2,8 +2,8 @@ rule:
meta:
name: get logon sessions
namespace: host-interaction/session
author: '@recvfrom'
description: Looks for imported Windows APIs that can be used to enumerate user sessions.
author: awillia2@cisco.com
description: Looks for imported Windows APIs being called to enumerate user sessions.
scope: function
att&ck:
- Discovery::Account Discovery [T1087]