change to mandiant.com

This commit is contained in:
Moritz Raabe 2021-09-28 12:21:11 +02:00
parent 1307be35d5
commit 25938ca10c
445 changed files with 459 additions and 459 deletions

View file

@ -2,7 +2,7 @@ rule:
meta:
name: contains PDB path
namespace: executable/pe/pdb
author: moritz.raabe@fireeye.com
author: moritz.raabe@mandiant.com
scope: file
examples:
- 464EF2CA59782CE697BC329713698CCC # level32.exe

View file

@ -2,7 +2,7 @@ rule:
meta:
name: contain a resource (.rsrc) section
namespace: executable/pe/section/rsrc
author: moritz.raabe@fireeye.com
author: moritz.raabe@mandiant.com
scope: file
examples:
- A933A1A402775CFA94B6BEE0963F4B46:0x41fd25

View file

@ -2,7 +2,7 @@ rule:
meta:
name: contain a thread local storage (.tls) section
namespace: executable/pe/section/tls
author: michael.hunhoff@fireeye.com
author: michael.hunhoff@mandiant.com
scope: file
examples:
- Practical Malware Analysis Lab 16-02.exe_

View file

@ -2,7 +2,7 @@ rule:
meta:
name: extract resource via kernel32 functions
namespace: executable/resource
author: william.ballenthin@fireeye.com
author: william.ballenthin@mandiant.com
scope: function
examples:
- BF88E1BD4A3BDE10B419A622278F1FF7:0x401000

View file

@ -2,7 +2,7 @@ rule:
meta:
name: contain an embedded PE file
namespace: executable/subfile/pe
author: moritz.raabe@fireeye.com
author: moritz.raabe@mandiant.com
scope: file
mbc:
- Execution::Install Additional Program [B0023]