Skip to content

Commit f2180a1

Browse files
author
joao
committed
Ran all the checks
1 parent 97c63f3 commit f2180a1

1 file changed

Lines changed: 36 additions & 36 deletions

File tree

objects/google-account/definition.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,17 @@
55
"misp-attribute": "text",
66
"ui-priority": 1
77
},
8-
"name": {
9-
"description": "The full name of the person associated with the Google ID.",
10-
"misp-attribute": "full-name",
11-
"ui-priority": 1
12-
},
13-
"e-mail": {
14-
"description": "The main e-mail associated with the Google ID.",
15-
"misp-attribute": "email-src",
16-
"ui-priority": 1
17-
},
188
"alternate-e-mails": {
199
"description": "Alternate e-mails associated with the main e-mail.",
2010
"misp-attribute": "email-src",
2111
"multiple": true,
2212
"ui-priority": 1
2313
},
14+
"contact-e-mail": {
15+
"description": "Account recovery contact e-mail.",
16+
"misp-attribute": "email-src",
17+
"ui-priority": 1
18+
},
2419
"created-on": {
2520
"description": "The date and time the account was created.",
2621
"disable_correlation": true,
@@ -33,40 +28,46 @@
3328
"misp-attribute": "ip-src",
3429
"ui-priority": 1
3530
},
36-
"services": {
37-
"description": "Services associated with the Google Account ID.",
38-
"misp-attribute": "text",
39-
"disable_correlation": true,
40-
"ui-priority": 1
41-
},
4231
"deletion-date": {
4332
"description": "The date and time the account was deleted.",
4433
"disable_correlation": true,
4534
"misp-attribute": "datetime",
4635
"ui-priority": 1
4736
},
37+
"e-mail": {
38+
"description": "The main e-mail associated with the Google ID.",
39+
"misp-attribute": "email-src",
40+
"ui-priority": 1
41+
},
4842
"end-of-service-date": {
4943
"description": "The date and time the service was terminated.",
5044
"disable_correlation": true,
5145
"misp-attribute": "datetime",
5246
"ui-priority": 1
5347
},
54-
"last-updated-date": {
55-
"description": "The date and time the account was last updated.",
48+
"last-logins-date": {
49+
"description": "The dates and times of the user's most recent logins.",
5650
"disable_correlation": true,
5751
"misp-attribute": "datetime",
52+
"multiple": true,
5853
"ui-priority": 1
5954
},
60-
"last-logins-date": {
61-
"description": "The dates and times of the user's most recent logins.",
55+
"last-updated-date": {
56+
"description": "The date and time the account was last updated.",
6257
"disable_correlation": true,
6358
"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",
6465
"multiple": true,
6566
"ui-priority": 1
6667
},
67-
"contact-e-mail": {
68-
"description": "Account recovery contact e-mail.",
69-
"misp-attribute": "email-src",
68+
"name": {
69+
"description": "The full name of the person associated with the Google ID.",
70+
"misp-attribute": "full-name",
7071
"ui-priority": 1
7172
},
7273
"recovery-e-mail": {
@@ -79,38 +80,37 @@
7980
"misp-attribute": "phone-number",
8081
"ui-priority": 1
8182
},
82-
"user-description": {
83-
"description": "A description of the user.",
84-
"misp-attribute": "text",
85-
"ui-priority": 1
86-
},
8783
"related-links": {
8884
"description": "Any link to a page containing information about this Google user.",
8985
"misp-attribute": "link",
9086
"multiple": true,
9187
"ui-priority": 1
9288
},
89+
"services": {
90+
"description": "Services associated with the Google Account ID.",
91+
"disable_correlation": true,
92+
"misp-attribute": "text",
93+
"ui-priority": 1
94+
},
9395
"user-avatar": {
9496
"description": "A user profile picture or avatar.",
9597
"misp-attribute": "attachment",
9698
"multiple": true,
9799
"ui-priority": 1
98100
},
99-
"login-ip": {
100-
"description": "The IP addresses used to login into the account.",
101-
"disable_correlation": false,
102-
"misp-attribute": "ip-src",
103-
"multiple": true,
101+
"user-description": {
102+
"description": "A description of the user.",
103+
"misp-attribute": "text",
104104
"ui-priority": 1
105105
}
106106
},
107107
"description": "An object containing subscriber information received from Google.",
108108
"meta-category": "account",
109109
"name": "google-account",
110110
"requiredOneOf": [
111-
"account-id",
112-
"e-mail"
111+
"account-id",
112+
"e-mail"
113113
],
114114
"uuid": "1d795bfa-29ae-433c-b23a-bb5a1c77e944",
115115
"version": 1
116-
}
116+
}

0 commit comments

Comments
 (0)