Skip to content

Commit

Permalink
Create Costura_Protobuf.yar
Browse files Browse the repository at this point in the history
  • Loading branch information
bartblaze authored Mar 20, 2024
1 parent 8156c63 commit 879468c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions rules/generic/Costura_Protobuf.yar
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
import "dotnet"
rule Costura_Protobuf
{
meta:
id = "2XP6PwlYvHaaVOgoVbFcQC"
fingerprint = "da84b0a5628231b790fa802d404dcebd30c39805360e619ea78c6d56cf5d3c52"
version = "1.0"
date = "2024-03-20"
modified = "2024-03-20"
status = "RELEASED"
sharing = "TLP:WHITE"
source = "BARTBLAZE"
author = "@bartblaze"
description = "Identifies Costura and Protobuf in .NET assemblies, respectively for storing resources and (de)serialization. Seen together might indicate a suspect binary."
category = "INFO"
reference_a = "https://github.com/Fody/Costura"
reference_b = "https://github.com/protobuf-net/protobuf-net"

strings:
$comp = "costura.protobuf-net.dll.compressed" ascii wide fullword
condition:
dotnet.is_dotnet and $comp
}

0 comments on commit 879468c

Please sign in to comment.