Commit Graph

337 Commits (444d46fc02b9b683237b5c23b45e9afb550b407a)

Author SHA1 Message Date
Alexandre Dulaunoy 444d46fc02
fix: [Makefile] mmark updated 2022-02-14 16:25:47 +01:00
Alexandre Dulaunoy fc4a005632
Merge pull request #43 from 0xThiebaut/patch-5
Correct `Object Reference`'s `object_id` attribute presence
2022-02-05 21:21:12 +01:00
Alexandre Dulaunoy d702e1af78
Merge pull request #44 from 0xThiebaut/patch-6
Correct `Object Reference`'s `relationship_type` attribute presence
2022-02-05 21:20:00 +01:00
Alexandre Dulaunoy b8cca65cc0
Merge pull request #41 from 0xThiebaut/patch-4
Correct `Object`'s `deleted` attribute
2022-02-05 21:18:42 +01:00
Alexandre Dulaunoy bc0a5c7287
Merge pull request #40 from 0xThiebaut/patch-3
Correct `Object`'s `template_uuid` and `template_version` attributes
2022-02-05 21:15:57 +01:00
Alexandre Dulaunoy 95281e4fbd
Merge pull request #39 from 0xThiebaut/patch-1
Correct `Object`'s `description` attribute presence
2022-02-05 21:14:52 +01:00
Maxime Thiebaut 32863e6274
Correct `Object Reference`'s `relationship_type` attribute presence
Correct `Object Reference`'s `relationship_type` attribute presence by changing references from `referenced_type` to `relationship_type`.
2022-02-05 20:16:27 +01:00
Maxime Thiebaut e1d316987a
Correct `Object Reference`'s `object_id` attribute presence
Correct `Object Reference`'s `object_id` attribute presence by changing references from `event_id` to `object_id`.
2022-02-05 20:05:13 +01:00
Maxime Thiebaut 0f5ae3ce82
Correct `Object`'s `deleted` attribute
Correct `Object`'s `deleted` attribute by referencing to the `object` and not the `attribute`.
2022-02-05 19:21:54 +01:00
Maxime Thiebaut 2eae5b9a65
Correct `Object`'s `template_uuid` and `template_version` attributes
Correct `Object`'s `template_uuid` and `template_version` attributes by adding a missing presence clause.

The clause was set to `MUST` as per the `Object` definition:

> A MISP document containing an Object **MUST** contain a name, a meta-category, a description, a template_uuid and a template_version as described in the "Object Attributes" section.

Furthermore, the attribute descriptions lacked the full attribute name as `template_uuid` and `template_version` were respectively referred to as `uuid` and `version`, causing a collision with the already defined `uuid` attribute of the `Object`.
2022-02-05 19:05:40 +01:00
Maxime Thiebaut 1da6baa570
Correct `Object`'s `description` attribute presence
The  `Object`'s `description` attribute presence incorrectly refers to the attribute as `id` while it should be `description`.
2022-02-05 18:51:31 +01:00
Christophe Vandeplas 1b9206f486 chg: [types] dkim, dkim-signature, full-name added 2021-08-20 08:35:18 +02:00
Alexandre Dulaunoy 8da4ab29fd
chg: [misp-object] directory of object updated 2021-01-05 09:46:50 +01:00
Alexandre Dulaunoy 6a4c136db2
new: [type] favicon-mmh3 is the murmur3 hash of a favicon as used in Shodan. 2020-12-24 11:59:33 +01:00
Alexandre Dulaunoy ee8086fb63
chg: [types] process-state added 2020-11-24 12:25:06 +01:00
Alexandre Dulaunoy 6f6ac52d15
chg: [type] jarm-fingerprint added 2020-11-24 11:29:37 +01:00
Alexandre Dulaunoy c3c48fa8c6
chg: [core] updated 2020-10-21 15:59:46 +02:00
Sami Mokaddem 8398d66e47
fix: [eventReport] Typo 2020-10-21 13:21:26 +02:00
Alexandre Dulaunoy 7daa6413ef
new: [core] EventReport attribute added to follow MISP 2.4.133 release 2020-10-21 12:10:47 +02:00
Alexandre Dulaunoy 9b330ed8ea
chg: [types] updated 2020-10-15 14:48:36 +02:00
Alexandre Dulaunoy f292494303
chg: [core] telfhash added 2020-10-13 22:33:18 +02:00
Alexandre Dulaunoy 5599635a2c
chg: [core] new type added 2020-10-01 15:08:06 +02:00
Alexandre Dulaunoy 92b133f929
export: [core] updated 2020-09-04 16:16:51 +02:00
Alexandre Dulaunoy 01a1918aca
chg: [core] updated 2020-09-04 16:16:29 +02:00
Alexandre Dulaunoy 0b72e141d9
chg: [core] new types added 2020-09-04 16:15:31 +02:00
Alexandre Dulaunoy 35c858665f
chg: [misp-core] updated ascii output 2020-08-27 18:48:30 +02:00
Alexandre Dulaunoy bf81a441b4
chg: [core format] new attribute types added 2020-08-24 13:16:29 +02:00
Alexandre Dulaunoy 959dad2ee3
chg: [threat-actor-naming] feedback merged + need to add reference to MISP galaxy format 2020-06-12 21:59:36 +02:00
Alexandre Dulaunoy 0f4c51aea8
Merge pull request #37 from C00kie-/patch-2
Update raw.md
2020-06-12 21:59:14 +02:00
C00kie- 919bc6f46a
Update raw.md 2020-06-12 21:58:35 +02:00
Alexandre Dulaunoy 70bed1a401
chg: [threat-actor-naming] Cookies feedback 2020-06-12 21:55:39 +02:00
Alexandre Dulaunoy ecce8cff1a
Merge pull request #36 from C00kie-/patch-1
Update raw.md
2020-06-12 21:54:04 +02:00
C00kie- 0a8785ffc6
Update raw.md 2020-06-12 21:28:20 +02:00
Alexandre Dulaunoy 1baa435697
chg: [threat-actor-naming] first version based on initial analysis of
the threat-actor cluster in the MISP galaxy
2020-06-12 10:51:00 +02:00
Alexandre Dulaunoy a40043c9cf
chg: [threat-actor-naming] more guidelines (WiP) 2020-06-12 07:44:14 +02:00
Alexandre Dulaunoy 5133dbec55
chg: [threat-actor-naming] WiP 2020-06-10 22:39:43 +02:00
Alexandre Dulaunoy 2eab004862
chg: [threat-actor-naming] basic introduction and skeleton 2020-06-09 21:37:27 +02:00
Alexandre Dulaunoy ebb8814c09
chg: [core format] release for the I-D number 10 2020-05-27 14:19:42 +02:00
Alexandre Dulaunoy ee70028eee
chg: [core format] date updated 2020-05-27 10:09:51 +02:00
Alexandre Dulaunoy 2c96d78419
chg: [misp core format] raw updated 2020-05-27 10:08:14 +02:00
Alexandre Dulaunoy 3917ee1979
Merge branch 'master' of github.com:MISP/misp-rfc 2020-05-27 10:06:04 +02:00
Alexandre Dulaunoy 32bb51a185
chg: [new types] git-commit-id added 2020-05-27 10:04:58 +02:00
Alexandre Dulaunoy 47433897a3
Merge pull request #35 from stricaud/master
Improvements with implementation
2020-04-15 11:23:31 +02:00
Sebastien Tricaud 6f5fb3b5ae Generate the new txt file 2020-04-13 18:05:31 -07:00
Sebastien Tricaud f28919bb57 Remove statistics, as this is not how we handle statistics 2020-04-13 18:05:04 -07:00
Sebastien Tricaud f171554e89 Update the date 2020-04-13 17:57:23 -07:00
Sebastien Tricaud 2ad931d02e Change the markdown, not the raw txt :D 2020-04-13 17:56:29 -07:00
Alexandre Dulaunoy 4505f65523
chg: [core] missing first_seen/last_seen in JSON schema added 2020-01-22 10:38:41 +01:00
Alexandre Dulaunoy 413992447e
new: [attributes] chrome-extension-id added 2020-01-21 09:44:58 +01:00
Alexandre Dulaunoy f23d525742
chg: [misp-galaxy] add new meta derived from cfr (for MISP point of view) 2020-01-18 17:18:05 +01:00