Skip to content

Commit

Permalink
Update an expected yara file to account for additional functions foun…
Browse files Browse the repository at this point in the history
…d during the test suite and change dates in yara rules
  • Loading branch information
jconnor0426 committed Aug 24, 2023
1 parent 65d3a99 commit b5c583c
Show file tree
Hide file tree
Showing 6 changed files with 763 additions and 74 deletions.
8 changes: 4 additions & 4 deletions yara/expected_1c444ebe_692f7fd6.yar
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ rule super_rule_1c444
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "1c444ebeba24dcba8628b7dfe5fec7c6"
strings:
Expand Down Expand Up @@ -1411,8 +1411,8 @@ rule super_rule_692f7
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "692f7fd6d198e804d6af98eb9e390d61"
strings:
Expand Down
4 changes: 2 additions & 2 deletions yara/expected_1c444ebeba24dcba8628b7dfe5fec7c6.exe_.yar
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ rule super_rule_1c444
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "1c444ebeba24dcba8628b7dfe5fec7c6"
strings:
Expand Down
797 changes: 743 additions & 54 deletions yara/expected_9324d1a8ae37a36ae560c37448c9705a.exe_.yar

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions yara/expected_c2bb17c12975e.yar
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ rule super_rule_50580
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "50580ef0b882905316c4569162ea07d9"
strings:
Expand Down
4 changes: 2 additions & 2 deletions yara/expected_pma_01-01.exe_01-02.exe
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ rule super_rule_bb742
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "bb7425b82141a1c0f7d60e5106676bb1"
strings:
Expand Down
20 changes: 10 additions & 10 deletions yara/expected_pma_03-04.exe_11-03.exe_16-01.exe
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ rule super_rule_18ec5
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "18ec5becfa3991fb654e105bafbd5a4b"
strings:
Expand Down Expand Up @@ -280,8 +280,8 @@ rule super_rule_7faaf
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "7faafc7e4a5c736ebfee6abbbc812d80"
strings:
Expand Down Expand Up @@ -4651,8 +4651,8 @@ rule super_rule_b94af
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "b94af4a4d4af6eac81fc135abda1c40c"
strings:
Expand Down Expand Up @@ -6436,8 +6436,8 @@ rule super_rule_7faaf_b94af
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "7faafc7e4a5c736ebfee6abbbc812d80"
md5 = "b94af4a4d4af6eac81fc135abda1c40c"
Expand Down Expand Up @@ -6465,8 +6465,8 @@ rule super_rule_18ec5_7faaf_b94af
{
meta:
author = "CAPA Matches"
date_created = "2023-08-10"
date_modified = "2023-08-10"
date_created = "EXPECTED_DATE"
date_modified = "EXPECTED_DATE"
description = ""
md5 = "18ec5becfa3991fb654e105bafbd5a4b"
md5 = "7faafc7e4a5c736ebfee6abbbc812d80"
Expand Down

0 comments on commit b5c583c

Please sign in to comment.