Skip to content

Commit ffbac0c

Browse files
authored
Merge pull request #460 from joao-fernando/main
Create google-account object
2 parents 817cd85 + 72150d8 commit ffbac0c

1 file changed

Lines changed: 116 additions & 0 deletions

File tree

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+
}

0 commit comments

Comments
 (0)