Skip to content

Commit cd8a9e2

Browse files
committed
Merge branch 'romainkieffer-main'
2 parents 36bba25 + 9ff2723 commit cd8a9e2

2 files changed

Lines changed: 55 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ for a specific attribute. An optional **to_ids** boolean field to disable the ID
396396
- [objects/sigmf-recording](https://github.com/MISP/misp-objects/blob/main/objects/sigmf-recording/definition.json) - An object representing a single IQ/RF sample in the Signal Metadata Format Specification (SigMF).
397397
- [objects/social-media-group](https://github.com/MISP/misp-objects/blob/main/objects/social-media-group/definition.json) - Social media group object template describing a public or private group or channel.
398398
- [objects/software](https://github.com/MISP/misp-objects/blob/main/objects/software/definition.json) - The Software object represents high-level properties associated with software, including software products. STIX 2.1 - 6.14.
399+
- [objects/spambee-report](https://github.com/MISP/misp-objects/main/objects/spambee-report/definition.json) - A Spambee analysis report.
399400
- [objects/spearphishing-attachment](https://github.com/MISP/misp-objects/blob/main/objects/spearphishing-attachment/definition.json) - Spearphishing Attachment.
400401
- [objects/spearphishing-link](https://github.com/MISP/misp-objects/blob/main/objects/spearphishing-link/definition.json) - Spearphishing Link.
401402
- [objects/splunk](https://github.com/MISP/misp-objects/blob/main/objects/splunk/definition.json) - Splunk / Splunk ES object.
Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"attributes": {
3+
"feedback-requested": {
4+
"description": "User has requested feedback",
5+
"disable-correlation": true,
6+
"misp-attribute": "boolean",
7+
"ui-priority": 0
8+
},
9+
"feedback-sent": {
10+
"description": "Feedback has been sent to user",
11+
"disable-correlation": true,
12+
"misp-attribute": "boolean",
13+
"ui-priority": 0
14+
},
15+
"feedback-time": {
16+
"description": "Timestamp of the feedback",
17+
"disable-correlation": true,
18+
"misp-attribute": "datetime",
19+
"ui-priority": 0
20+
},
21+
"privacy": {
22+
"description": "User has requested privacy",
23+
"disable-correlation": true,
24+
"misp-attribute": "boolean",
25+
"ui-priority": 0
26+
},
27+
"report-status": {
28+
"categories": [
29+
"External analysis"
30+
],
31+
"description": "Result of the Spambee analysis for the submitted email",
32+
"disable-correlation": true,
33+
"misp-attribute": "text",
34+
"ui-priority": 0
35+
},
36+
"report-uid": {
37+
"categories": [
38+
"Internal reference"
39+
],
40+
"description": "Internal reference to the Spambee report",
41+
"disable-correlation": true,
42+
"misp-attribute": "text",
43+
"ui-priority": 0
44+
}
45+
},
46+
"description": "A Spambee analysis report",
47+
"meta-category": "network",
48+
"name": "spambee-report",
49+
"requiredOneOf": [
50+
"report-uid"
51+
],
52+
"uuid": "305d6e6c-bb4d-4b9a-abf5-9f34d1322352",
53+
"version": 2
54+
}

0 commit comments

Comments
 (0)