mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
Merge pull request #714 from mandiant/http-query-uri
add get http query uri
This commit is contained in:
commit
274d72e1bf
2 changed files with 14 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ rule:
|
|||
- Communication::HTTP Communication::Read Header [C0002.014]
|
||||
examples:
|
||||
- 54ac78733552a62d1d05ea4ba3fc604bb49fe000d7fc948da45335b726e64d75:0x10001a20
|
||||
- Practical Malware Analysis Lab 03-02.dll_:0x10004452
|
||||
features:
|
||||
- and:
|
||||
- os: windows
|
||||
|
|
|
|||
13
nursery/get-http-request-uri.yml
Normal file
13
nursery/get-http-request-uri.yml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
rule:
|
||||
meta:
|
||||
name: get HTTP request URI
|
||||
namespace: communication/http
|
||||
authors:
|
||||
- william.ballenthin@mandiant.com
|
||||
scope: basic block
|
||||
mbc:
|
||||
- Communication::HTTP Communication [C0002]
|
||||
features:
|
||||
- and:
|
||||
- api: wininet.HttpQueryInfo
|
||||
- number: 0xD = HTTP_QUERY_URI
|
||||
Loading…
Add table
Add a link
Reference in a new issue