Skip to content

Commit ed6ed37

Browse files
committed
Merge branch 'main' of github.com:MISP/misp-objects
2 parents 8f60061 + ffbac0c commit ed6ed37

3 files changed

Lines changed: 265 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
{
2+
"attributes": {
3+
"description": {
4+
"description": "Action description",
5+
"misp-attribute": "text",
6+
"ui-priority": 1
7+
},
8+
"filters": {
9+
"description": "Restrictions on the trigger",
10+
"misp-attribute": "text",
11+
"multiple": true,
12+
"ui-priority": 1
13+
},
14+
"inputs": {
15+
"description": "Inputs of the workflow",
16+
"misp-attribute": "text",
17+
"multiple": true,
18+
"ui-priority": 1
19+
},
20+
"jobs": {
21+
"description": "Jobs defined in the workflow",
22+
"misp-attribute": "text",
23+
"multiple": true,
24+
"ui-priority": 1
25+
},
26+
"name": {
27+
"description": "Name of the action.",
28+
"misp-attribute": "text",
29+
"ui-priority": 1
30+
},
31+
"notes": {
32+
"description": "Any other informations",
33+
"misp-attribute": "text",
34+
"multiple": true,
35+
"ui-priority": 1
36+
},
37+
"outputs": {
38+
"description": "Outputs generated in the workflow",
39+
"misp-attribute": "text",
40+
"multiple": true,
41+
"ui-priority": 1
42+
},
43+
"trigger": {
44+
"description": "How is the action trigerred.",
45+
"misp-attribute": "text",
46+
"multiple": true,
47+
"ui-priority": 1
48+
}
49+
},
50+
"description": "GitHub Actions",
51+
"meta-category": "misc",
52+
"name": "github-action",
53+
"requiredOneOf": [
54+
"name",
55+
"description"
56+
],
57+
"uuid": "3331aaf4-1007-454e-ba7b-6f39ad67decb",
58+
"version": 1
59+
}
Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
{
2+
"attributes": {
3+
"account-id": {
4+
"description": "Google Account ID.",
5+
"misp-attribute": "text",
6+
"ui-priority": 1
7+
},
8+
"alternate-e-mails": {
9+
"description": "Alternate e-mails associated with the main e-mail.",
10+
"misp-attribute": "email-src",
11+
"multiple": true,
12+
"ui-priority": 1
13+
},
14+
"contact-e-mail": {
15+
"description": "Account recovery contact e-mail.",
16+
"misp-attribute": "email-src",
17+
"ui-priority": 1
18+
},
19+
"created-on": {
20+
"description": "The date and time the account was created.",
21+
"disable_correlation": true,
22+
"misp-attribute": "datetime",
23+
"ui-priority": 1
24+
},
25+
"creation-ip": {
26+
"description": "The IP address used to create the account.",
27+
"disable_correlation": false,
28+
"misp-attribute": "ip-src",
29+
"ui-priority": 1
30+
},
31+
"deletion-date": {
32+
"description": "The date and time the account was deleted.",
33+
"disable_correlation": true,
34+
"misp-attribute": "datetime",
35+
"ui-priority": 1
36+
},
37+
"e-mail": {
38+
"description": "The main e-mail associated with the Google ID.",
39+
"misp-attribute": "email-src",
40+
"ui-priority": 1
41+
},
42+
"end-of-service-date": {
43+
"description": "The date and time the service was terminated.",
44+
"disable_correlation": true,
45+
"misp-attribute": "datetime",
46+
"ui-priority": 1
47+
},
48+
"last-logins-date": {
49+
"description": "The dates and times of the user's most recent logins.",
50+
"disable_correlation": true,
51+
"misp-attribute": "datetime",
52+
"multiple": true,
53+
"ui-priority": 1
54+
},
55+
"last-updated-date": {
56+
"description": "The date and time the account was last updated.",
57+
"disable_correlation": true,
58+
"misp-attribute": "datetime",
59+
"ui-priority": 1
60+
},
61+
"login-ip": {
62+
"description": "The IP addresses used to login into the account.",
63+
"disable_correlation": false,
64+
"misp-attribute": "ip-src",
65+
"multiple": true,
66+
"ui-priority": 1
67+
},
68+
"name": {
69+
"description": "The full name of the person associated with the Google ID.",
70+
"misp-attribute": "full-name",
71+
"ui-priority": 1
72+
},
73+
"recovery-e-mail": {
74+
"description": "Account recovery e-mail.",
75+
"misp-attribute": "email-src",
76+
"ui-priority": 1
77+
},
78+
"recovery-sms": {
79+
"description": "Account recovery phone number.",
80+
"misp-attribute": "phone-number",
81+
"ui-priority": 1
82+
},
83+
"related-links": {
84+
"description": "Any link to a page containing information about this Google user.",
85+
"misp-attribute": "link",
86+
"multiple": true,
87+
"ui-priority": 1
88+
},
89+
"services": {
90+
"description": "Services associated with the Google Account ID.",
91+
"disable_correlation": true,
92+
"misp-attribute": "text",
93+
"ui-priority": 1
94+
},
95+
"user-avatar": {
96+
"description": "A user profile picture or avatar.",
97+
"misp-attribute": "attachment",
98+
"multiple": true,
99+
"ui-priority": 1
100+
},
101+
"user-description": {
102+
"description": "A description of the user.",
103+
"misp-attribute": "text",
104+
"ui-priority": 1
105+
}
106+
},
107+
"description": "An object containing subscriber information received from Google.",
108+
"meta-category": "misc",
109+
"name": "google-account",
110+
"requiredOneOf": [
111+
"account-id",
112+
"e-mail"
113+
],
114+
"uuid": "1d795bfa-29ae-433c-b23a-bb5a1c77e944",
115+
"version": 1
116+
}
Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"attributes": {
3+
"description": {
4+
"description": "Description of the text summarised.",
5+
"disable_correlation": true,
6+
"misp-attribute": "text",
7+
"ui-priority": 1
8+
},
9+
"original-text": {
10+
"description": "Original text before any processing.",
11+
"disable_correlation": true,
12+
"misp-attribute": "attachment",
13+
"ui-priority": 0
14+
},
15+
"original-text-timestamp": {
16+
"description": "Publication date of the original text (not related to the processing).",
17+
"disable_correlation": true,
18+
"misp-attribute": "datetime",
19+
"ui-priority": 1
20+
},
21+
"original-url": {
22+
"description": "URL of the original text.",
23+
"disable_correlation": true,
24+
"misp-attribute": "link",
25+
"ui-priority": 1
26+
},
27+
"summariser-model": {
28+
"description": "Model used for the summariser",
29+
"misp-attribute": "text",
30+
"multiple": true,
31+
"sane_default": [
32+
"gpt-3.5-turbo",
33+
"gpt-3.5-turbo-16k",
34+
"gpt-3.5-turbo-0125 (16k)",
35+
"gpt-4",
36+
"gpt-4-turbo",
37+
"gpt-4-o",
38+
"gpt-4o-mini",
39+
"o3-mini"
40+
],
41+
"ui-priority": 0
42+
},
43+
"summariser-timestamp": {
44+
"description": "Date when the summary was produced.",
45+
"disable_correlation": true,
46+
"misp-attribute": "datetime",
47+
"ui-priority": 0
48+
},
49+
"summariser-version": {
50+
"description": "Version of the code used for the summariser.",
51+
"disable_correlation": true,
52+
"misp-attribute": "text",
53+
"ui-priority": 0
54+
},
55+
"summary": {
56+
"description": "Summary of the original text by the AI-based or NLP-based summariser.",
57+
"disable_correlation": true,
58+
"misp-attribute": "text",
59+
"ui-priority": 0
60+
},
61+
"tcode": {
62+
"description": "MITRE ATT&CK Technique ID extracted by the AI-based or NLP-based summariser.",
63+
"disable_correlation": true,
64+
"misp-attribute": "text",
65+
"multiple": true,
66+
"ui-priority": 0
67+
},
68+
"title": {
69+
"description": "Title of the text summarised.",
70+
"disable_correlation": true,
71+
"misp-attribute": "text",
72+
"ui-priority": 0
73+
},
74+
"ttp": {
75+
"description": "TTP of the original text extracted by the AI-based or NLP-based summariser.",
76+
"disable_correlation": true,
77+
"misp-attribute": "text",
78+
"multiple": true,
79+
"ui-priority": 0
80+
}
81+
},
82+
"description": "Summariser output from an AI-based or NLP summariser.",
83+
"meta-category": "misc",
84+
"name": "summariser-output",
85+
"required": [
86+
"summary"
87+
],
88+
"uuid": "38633d19-123a-4b0f-bc4a-ccb381e58e49",
89+
"version": 1
90+
}

0 commit comments

Comments
 (0)