Skip to content

Commit 54efb2b

Browse files
committed
Merge branch 'main' of github.com:MISP/misp-objects
2 parents 3c3c39c + b57d5f4 commit 54efb2b

13 files changed

Lines changed: 964 additions & 12 deletions

File tree

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ for a specific attribute. An optional **to_ids** boolean field to disable the ID
118118
- [objects/annotation](https://github.com/MISP/misp-objects/blob/main/objects/annotation/definition.json) - An annotation object allowing analysts to add annotations, comments, executive summary to a MISP event, objects or attributes.
119119
- [objects/anonymisation](https://github.com/MISP/misp-objects/blob/main/objects/anonymisation/definition.json) - Anonymisation object describing an anonymisation technique used to encode MISP attribute values. Reference: https://www.caida.org/tools/taxonomy/anonymization.xml.
120120
- [objects/apivoid-email-verification](https://github.com/MISP/misp-objects/blob/main/objects/apivoid-email-verification/definition.json) - Apivoid email verification API result. Reference: https://www.apivoid.com/api/email-verify/.
121+
- [objects/apk](https://github.com/MISP/misp-objects/blob/main/objects/apk/definition.json) - Apk object describing a file with meta-information.
121122
- [objects/artifact](https://github.com/MISP/misp-objects/blob/main/objects/artifact/definition.json) - The Artifact object permits capturing an array of bytes (8-bits), as a base64-encoded string, or linking to a file-like payload. From STIX 2.1 (6.1).
122123
- [objects/asn](https://github.com/MISP/misp-objects/blob/main/objects/asn/definition.json) - Autonomous system object describing an autonomous system which can include one or more network operators managing an entity (e.g. ISP) along with their routing policy, routing prefixes or alike.
123124
- [objects/attack-pattern](https://github.com/MISP/misp-objects/blob/main/objects/attack-pattern/definition.json) - Attack pattern describing a common attack pattern enumeration and classification.
@@ -139,6 +140,7 @@ for a specific attribute. An optional **to_ids** boolean field to disable the ID
139140
- [objects/cap-info](https://github.com/MISP/misp-objects/blob/main/objects/cap-info/definition.json) - Common Alerting Protocol Version (CAP) info object.
140141
- [objects/cap-resource](https://github.com/MISP/misp-objects/blob/main/objects/cap-resource/definition.json) - Common Alerting Protocol Version (CAP) resource object.
141142
- [objects/cert-pl-phishing](https://github.com/MISP/misp-objects/blob/main/objects/cert-pl-phishing/definition.json) - cert.pl phishing object template representing an url along with some metadata as such phash, html-structure or partial-hash.
143+
- [objects/chat-message](https://github.com/MISP/misp-objects/blob/main/objects/chat-message/definition.json) - A message exchanged on a chat or messaging platform.
142144
- [objects/cloth](https://github.com/MISP/misp-objects/blob/main/objects/cloth/definition.json) - Describes clothes a natural person wears.
143145
- [objects/coin-address](https://github.com/MISP/misp-objects/blob/main/objects/coin-address/definition.json) - An address used in a cryptocurrency.
144146
- [objects/command](https://github.com/MISP/misp-objects/blob/main/objects/command/definition.json) - Command functionalities related to specific commands executed by a program, whether it is malicious or not. Command-line are attached to this object for the related commands.
@@ -169,6 +171,8 @@ for a specific attribute. An optional **to_ids** boolean field to disable the ID
169171
- [objects/ddos](https://github.com/MISP/misp-objects/blob/main/objects/ddos/definition.json) - DDoS object describes a current DDoS activity from a specific or/and to a specific target. Type of DDoS can be attached to the object as a taxonomy or using the type field.
170172
- [objects/ddos-claim](https://github.com/MISP/misp-objects/blob/main/objects/ddos-claim/definition.json) - DDoS-claim object describes a current claim of DDoS activity.
171173
- [objects/ddos-config](https://github.com/MISP/misp-objects/blob/main/objects/ddos-config/definition.json) - DDoS-claim object describes a current claim of DDoS activity.
174+
- [objects/decoded-barcode](https://github.com/MISP/misp-objects/blob/main/objects/decoded-barcode/definition.json) - Object describing a decoded barcode, including its decoded value, barcode type, original image, and contextual description.
175+
- [objects/decoded-qrcode](https://github.com/MISP/misp-objects/blob/main/objects/decoded-qrcode/definition.json) - Object describing a decoded QR code, including its decoded value, original image, and contextual description.
172176
- [objects/detection](https://github.com/MISP/misp-objects/blob/main/objects/detection/definition.json) - A comprehensive object to document a detection analytic, its logic, robustness, validation, and associated response playbooks. It is based on an advanced detection engineering template that integrates concepts like 'Summiting the Pyramid' for robustness scoring and a 'Funnel of Fidelity' for validation, along with structured SOAR automation steps.
173177
- [objects/device](https://github.com/MISP/misp-objects/blob/main/objects/device/definition.json) - An object to define a device.
174178
- [objects/diameter-attack](https://github.com/MISP/misp-objects/blob/main/objects/diameter-attack/definition.json) - Attack as seen on the diameter signaling protocol supporting LTE networks.
@@ -260,6 +264,7 @@ for a specific attribute. An optional **to_ids** boolean field to disable the ID
260264
- [objects/game-cheat](https://github.com/MISP/misp-objects/blob/main/objects/game-cheat/definition.json) - Describes a game cheat or a cheatware.
261265
- [objects/Generalizing Persuasion Framework](https://github.com/MISP/misp-objects/blob/main/objects/Generalizing Persuasion Framework/definition.json) - By placing their work within the GP Framework, scholars will help the field resolve inconsistencies, identify and address open questions, and ensure collective progress. The GP Framework is not meant to compete with other theories (such as the ELM) but rather to fill in two gaps. First, it allows one to consider how individual persuasion studies connect to one another and why studies may arrive at contradictory conclusions. Second, it highlights the sources of variations that should be studied. (James N. Druckman).
262266
- [objects/geolocation](https://github.com/MISP/misp-objects/blob/main/objects/geolocation/definition.json) - An object to describe a geographic location.
267+
- [objects/ghidra-function](https://github.com/MISP/misp-objects/blob/main/objects/ghidra-function/definition.json) - ghidra function.
263268
- [objects/git-vuln-finder](https://github.com/MISP/misp-objects/blob/main/objects/git-vuln-finder/definition.json) - Export from git-vuln-finder.
264269
- [objects/github-action](https://github.com/MISP/misp-objects/blob/main/objects/github-action/definition.json) - GitHub Actions.
265270
- [objects/github-repo](https://github.com/MISP/misp-objects/blob/main/objects/github-repo/definition.json) - GitHub repository.
@@ -324,10 +329,14 @@ for a specific attribute. An optional **to_ids** boolean field to disable the ID
324329
- [objects/network-traffic](https://github.com/MISP/misp-objects/blob/main/objects/network-traffic/definition.json) - Generic network traffic that originates from a source and is addressed to a destination.
325330
- [objects/news-agency](https://github.com/MISP/misp-objects/blob/main/objects/news-agency/definition.json) - News agencies compile news and disseminate news in bulk.
326331
- [objects/news-media](https://github.com/MISP/misp-objects/blob/main/objects/news-media/definition.json) - News media are forms of mass media delivering news to the general public.
332+
- [objects/nova-rule](https://github.com/MISP/misp-objects/blob/main/objects/nova-rule/definition.json) - NOVA prompt detection rule metadata and logic for a single NOVA rule.
333+
- [objects/nse](https://github.com/MISP/misp-objects/blob/main/objects/nse/definition.json) - An object describing an Nmap NSE script using the standard NSE script format fields.
334+
- [objects/ocrized-image](https://github.com/MISP/misp-objects/blob/main/objects/ocrized-image/definition.json) - Object describing an OCRized image, including the original image, extracted text, and contextual description.
327335
- [objects/open-data-security](https://github.com/MISP/misp-objects/blob/main/objects/open-data-security/definition.json) - An object describing an open dataset available and described under the open data security model. ref. https://github.com/CIRCL/open-data-security.
328336
- [objects/opentide](https://github.com/MISP/misp-objects/blob/main/objects/opentide/definition.json) - Object that is a container for threat or detection data, in accordance with the OpenTIDE Framework (https://code.europa.eu/ec-digit-s2/opentide).
329337
- [objects/organization](https://github.com/MISP/misp-objects/blob/main/objects/organization/definition.json) - An object which describes an organization.
330338
- [objects/original-imported-file](https://github.com/MISP/misp-objects/blob/main/objects/original-imported-file/definition.json) - Object describing the original file used to import data in MISP.
339+
- [objects/owasp-crs-rule](https://github.com/MISP/misp-objects/blob/main/objects/owasp-crs-rule/definition.json) - OWASP Core Rule Set (CRS) rule metadata for a WAF detection rule.
331340
- [objects/paloalto-threat-event](https://github.com/MISP/misp-objects/blob/main/objects/paloalto-threat-event/definition.json) - Palo Alto Threat Log Event.
332341
- [objects/parler-account](https://github.com/MISP/misp-objects/blob/main/objects/parler-account/definition.json) - Parler account.
333342
- [objects/parler-comment](https://github.com/MISP/misp-objects/blob/main/objects/parler-comment/definition.json) - Parler comment.
@@ -353,7 +362,7 @@ for a specific attribute. An optional **to_ids** boolean field to disable the ID
353362
- [objects/probabilistic-data-structure](https://github.com/MISP/misp-objects/blob/main/objects/probabilistic-data-structure/definition.json) - Probabilistic data structure object describe a space-efficient data structure such as Bloom filter or similar structure.
354363
- [objects/process](https://github.com/MISP/misp-objects/blob/main/objects/process/definition.json) - Object describing a system process.
355364
- [objects/publication](https://github.com/MISP/misp-objects/blob/main/objects/publication/definition.json) - An object to describe a book, journal, or academic publication.
356-
- [objects/python-etvx-event-log](https://github.com/MISP/misp-objects/blob/main/objects/python-etvx-event-log/definition.json) - Event log object template to share information of the activities conducted on a system. .
365+
- [objects/python-evtx-event-log](https://github.com/MISP/misp-objects/blob/main/objects/python-evtx-event-log/definition.json) - Event log object template to share information of the activities conducted on a system. The object template is mapped with the python-etvx module. https://github.com/williballenthin/python-evtx.
357366
- [objects/query](https://github.com/MISP/misp-objects/blob/main/objects/query/definition.json) - An object describing a query, along with its format.
358367
- [objects/r2graphity](https://github.com/MISP/misp-objects/blob/main/objects/r2graphity/definition.json) - Indicators extracted from files using radare2 and graphml.
359368
- [objects/ransom-negotiation](https://github.com/MISP/misp-objects/blob/main/objects/ransom-negotiation/definition.json) - An object to describe ransom negotiations, as seen in ransomware incidents.
@@ -537,12 +546,12 @@ The MISP objects (JSON files) are dual-licensed under:
537546
or
538547

539548
~~~~
540-
Copyright (c) 2016-2025 Alexandre Dulaunoy - a@foo.be
541-
Copyright (c) 2016-2025 CIRCL - Computer Incident Response Center Luxembourg
542-
Copyright (c) 2016-2025 Andras Iklody
543-
Copyright (c) 2016-2025 Raphael Vinot
544-
Copyright (c) 2016-2025 Christian Studer
545-
Copyright (c) 2016-2025 Various contributors to MISP Project
549+
Copyright (c) 2016-2026 Alexandre Dulaunoy - a@foo.be
550+
Copyright (c) 2016-2026 CIRCL - Computer Incident Response Center Luxembourg
551+
Copyright (c) 2016-2026 Andras Iklody
552+
Copyright (c) 2016-2026 Raphael Vinot
553+
Copyright (c) 2016-2026 Christian Studer
554+
Copyright (c) 2016-2026 Various contributors to MISP Project
546555
547556
Redistribution and use in source and binary forms, with or without modification,
548557
are permitted provided that the following conditions are met:
@@ -573,8 +582,8 @@ If a specific author of a taxonomy wants to license it under a different license
573582
~~~~
574583

575584
Copyright (C) 2016-2024 Andras Iklody
576-
Copyright (C) 2016-2024 Alexandre Dulaunoy
577-
Copyright (C) 2016-2024 CIRCL - Computer Incident Response Center Luxembourg
585+
Copyright (C) 2016-2026 Alexandre Dulaunoy
586+
Copyright (C) 2016-2026 CIRCL - Computer Incident Response Center Luxembourg
578587

579588
This program is free software: you can redistribute it and/or modify
580589
it under the terms of the GNU Affero General Public License as published by

objects/apk/definition.json

Lines changed: 188 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,188 @@
1+
{
2+
"attributes": {
3+
"access-time": {
4+
"description": "The last time the file was accessed",
5+
"misp-attribute": "datetime",
6+
"ui-priority": 0
7+
},
8+
"creation-time": {
9+
"description": "Creation time of the file",
10+
"misp-attribute": "datetime",
11+
"ui-priority": 0
12+
},
13+
"filename": {
14+
"categories": [
15+
"Payload delivery",
16+
"Artifacts dropped",
17+
"Payload installation",
18+
"External analysis"
19+
],
20+
"description": "Filename on disk",
21+
"misp-attribute": "filename",
22+
"multiple": true,
23+
"ui-priority": 1
24+
},
25+
"malware-sample": {
26+
"description": "The file itself (binary)",
27+
"misp-attribute": "malware-sample",
28+
"ui-priority": 1
29+
},
30+
"md5": {
31+
"description": "[Insecure] MD5 hash (128 bits)",
32+
"misp-attribute": "md5",
33+
"recommended": false,
34+
"ui-priority": 1
35+
},
36+
"mimetype": {
37+
"description": "Mime type",
38+
"disable_correlation": true,
39+
"misp-attribute": "mime-type",
40+
"ui-priority": 0
41+
},
42+
"modification-time": {
43+
"description": "Last time the file was modified",
44+
"misp-attribute": "datetime",
45+
"ui-priority": 0
46+
},
47+
"package-name": {
48+
"description": "The package name of an Android app",
49+
"misp-attribute": "text",
50+
"recommended": true,
51+
"ui-priority": 1
52+
},
53+
"sha1": {
54+
"description": "[Insecure] Secure Hash Algorithm 1 (160 bits)",
55+
"misp-attribute": "sha1",
56+
"recommended": false,
57+
"ui-priority": 1
58+
},
59+
"sha224": {
60+
"description": "Secure Hash Algorithm 2 (224 bits)",
61+
"misp-attribute": "sha224",
62+
"recommended": false,
63+
"ui-priority": 1
64+
},
65+
"sha256": {
66+
"description": "Secure Hash Algorithm 2 (256 bits)",
67+
"misp-attribute": "sha256",
68+
"ui-priority": 1
69+
},
70+
"sha3-224": {
71+
"description": "Secure Hash Algorithm 3 (224 bits)",
72+
"misp-attribute": "sha3-224",
73+
"recommended": false,
74+
"ui-priority": 0
75+
},
76+
"sha3-256": {
77+
"description": "Secure Hash Algorithm 3 (256 bits)",
78+
"misp-attribute": "sha3-256",
79+
"recommended": false,
80+
"ui-priority": 0
81+
},
82+
"sha3-384": {
83+
"description": "Secure Hash Algorithm 3 (384 bits)",
84+
"misp-attribute": "sha3-384",
85+
"recommended": false,
86+
"ui-priority": 0
87+
},
88+
"sha3-512": {
89+
"description": "Secure Hash Algorithm 3 (512 bits)",
90+
"misp-attribute": "sha3-512",
91+
"recommended": false,
92+
"ui-priority": 0
93+
},
94+
"sha384": {
95+
"description": "Secure Hash Algorithm 2 (384 bits)",
96+
"misp-attribute": "sha384",
97+
"recommended": false,
98+
"ui-priority": 1
99+
},
100+
"sha512": {
101+
"description": "Secure Hash Algorithm 2 (512 bits)",
102+
"misp-attribute": "sha512",
103+
"ui-priority": 1
104+
},
105+
"sha512/224": {
106+
"description": "Secure Hash Algorithm 2 (224 bits)",
107+
"misp-attribute": "sha512/224",
108+
"recommended": false,
109+
"ui-priority": 0
110+
},
111+
"sha512/256": {
112+
"description": "Secure Hash Algorithm 2 (256 bits)",
113+
"misp-attribute": "sha512/256",
114+
"recommended": false,
115+
"ui-priority": 0
116+
},
117+
"size-in-bytes": {
118+
"description": "Size of the file, in bytes",
119+
"disable_correlation": true,
120+
"misp-attribute": "size-in-bytes",
121+
"ui-priority": 1
122+
},
123+
"ssdeep": {
124+
"description": "Fuzzy hash using context triggered piecewise hashes (CTPH)",
125+
"misp-attribute": "ssdeep",
126+
"ui-priority": 1
127+
},
128+
"state": {
129+
"description": "State of the file",
130+
"disable_correlation": true,
131+
"misp-attribute": "text",
132+
"multiple": true,
133+
"ui-priority": 1,
134+
"values_list": [
135+
"Malicious",
136+
"Harmless",
137+
"Signed",
138+
"Revoked",
139+
"Expired",
140+
"Trusted"
141+
]
142+
},
143+
"tlsh": {
144+
"description": "Fuzzy hash by Trend Micro: Locality Sensitive Hash",
145+
"misp-attribute": "tlsh",
146+
"ui-priority": 1
147+
},
148+
"url": {
149+
"categories": [
150+
"Payload delivery"
151+
],
152+
"description": "Malware delivery url",
153+
"misp-attribute": "url",
154+
"multiple": true,
155+
"ui-priority": 1
156+
},
157+
"vhash": {
158+
"description": "vhash by VirusTotal",
159+
"misp-attribute": "vhash",
160+
"ui-priority": 0
161+
}
162+
},
163+
"description": "Apk object describing a file with meta-information",
164+
"meta-category": "file",
165+
"name": "apk",
166+
"requiredOneOf": [
167+
"filename",
168+
"size-in-bytes",
169+
"ssdeep",
170+
"md5",
171+
"sha1",
172+
"sha224",
173+
"sha256",
174+
"sha384",
175+
"sha512",
176+
"sha512/224",
177+
"sha512/256",
178+
"sha3-224",
179+
"sha3-256",
180+
"sha3-384",
181+
"sha3-512",
182+
"tlsh",
183+
"malware-sample",
184+
"url"
185+
],
186+
"uuid": "501bf5cf-28e0-4a5a-8056-e811c6447cfa",
187+
"version": 2
188+
}

0 commit comments

Comments
 (0)