Skip to content

Commit

Permalink
chg: [categories-and-types] updated
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau committed Dec 31, 2024
1 parent 0692476 commit 250a1ea
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions categories-and-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
|dkim| | | | | | |
|dkim-signature| | | | | | |
|dns-soa-email| | | X | | | |
|dom-hash| | | | X | | |
|domain| | | | X | | |
|domain|ip| | | | X | | |
|email| | | X | | | |
Expand Down Expand Up @@ -93,6 +94,7 @@
|identity-card-number| | | | | | |
|impfuzzy| | X | | | | |
|imphash| | X | | | | |
|integer| | | | | | |
|ip-dst| | | | X | | |
|ip-dst|port| | | | X | | |
|ip-src| | | | X | | |
Expand All @@ -115,6 +117,7 @@
|mutex| | X | | | | |
|named pipe| | X | | | | |
|nationality| | | | | | |
|onion-address| | | | X | | |
|other| X | X | X | X | X | X |
|passenger-name-record-locator-number| | | | | | |
|passport-country| | | | | | |
Expand Down Expand Up @@ -225,6 +228,7 @@
|dkim| X | | | | | |
|dkim-signature| X | | | | | |
|dns-soa-email| | | | | | |
|dom-hash| X | | | | | |
|domain| X | | X | | | |
|domain|ip| X | | | | | |
|email| X | | X | | | |
Expand Down Expand Up @@ -284,6 +288,7 @@
|identity-card-number| | | | | | |
|impfuzzy| | | X | X | | |
|imphash| | | X | X | | |
|integer| | X | | | | |
|ip-dst| X | | X | | | |
|ip-dst|port| X | | X | | | |
|ip-src| X | | X | | | |
Expand All @@ -306,6 +311,7 @@
|mutex| | | | | | |
|named pipe| | | | | | |
|nationality| | | | | | |
|onion-address| X | | X | | | |
|other| X | X | X | X | X | X |
|passenger-name-record-locator-number| | | | | | |
|passport-country| | | | | | |
Expand Down Expand Up @@ -416,6 +422,7 @@
|dkim| | | | |
|dkim-signature| | | | |
|dns-soa-email| | | | |
|dom-hash| | | | |
|domain| | | | |
|domain|ip| | | | |
|email| X | X | | |
Expand Down Expand Up @@ -475,6 +482,7 @@
|identity-card-number| X | | | |
|impfuzzy| | | | |
|imphash| | | | |
|integer| | | | |
|ip-dst| | | | |
|ip-dst|port| | | | |
|ip-src| | | | |
Expand All @@ -497,6 +505,7 @@
|mutex| | | | |
|named pipe| | | | |
|nationality| X | | | |
|onion-address| | | | |
|other| X | X | X | |
|passenger-name-record-locator-number| X | | | |
|passport-country| X | | | |
Expand Down Expand Up @@ -627,6 +636,7 @@
* **dkim**: DKIM public key
* **dkim-signature**: DKIM signature
* **dns-soa-email**: RFC 1035 mandates that DNS zones should have a SOA (Statement Of Authority) record that contains an email address where a PoC for the domain could be contacted. This can sometimes be used for attribution/linkage between different domains even if protected by whois privacy
* **dom-hash**: A dom-hash algorithm is a structural fingerprint of an HTML Document Object Model where all tag names are contained in a single string separated by a pipe. The truncated SHA252 value by the first 32-character serves as fingerprint.
* **domain**: A domain name used in the malware
* **domain|ip**: A domain name and its IP address (as found in DNS lookup) separated by a |
* **email**: An email address
Expand Down Expand Up @@ -686,6 +696,7 @@
* **identity-card-number**: Identity card number
* **impfuzzy**: A fuzzy hash of import table of Portable Executable format
* **imphash**: Import hash - a hash created based on the imports in the sample.
* **integer**: A generic integer generally to be used in objects
* **ip-dst**: A destination IP address of the attacker or C&C server
* **ip-dst|port**: IP destination and port number separated by a |
* **ip-src**: A source IP address of the attacker
Expand All @@ -708,6 +719,7 @@
* **mutex**: Mutex, use the format \BaseNamedObjects\<Mutex>
* **named pipe**: Named pipe, use the format \.\pipe\<PipeName>
* **nationality**: The nationality of a natural person
* **onion-address**: Onion service (formerly known as "hidden service") address
* **other**: Other attribute
* **passenger-name-record-locator-number**: The Passenger Name Record Locator is a key under which the reservation for a trip is stored in the system. The PNR contains, among other data, the name, flight segments and address of the passenger. It is defined by a combination of five or six letters and numbers.
* **passport-country**: The country in which the passport was issued
Expand Down

0 comments on commit 250a1ea

Please sign in to comment.