-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathdefinition.json
More file actions
116 lines (116 loc) · 3.39 KB
/
definition.json
File metadata and controls
116 lines (116 loc) · 3.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"attributes": {
"account-id": {
"description": "Google Account ID.",
"misp-attribute": "text",
"ui-priority": 1
},
"alternate-e-mails": {
"description": "Alternate e-mails associated with the main e-mail.",
"misp-attribute": "email-src",
"multiple": true,
"ui-priority": 1
},
"contact-e-mail": {
"description": "Account recovery contact e-mail.",
"misp-attribute": "email-src",
"ui-priority": 1
},
"created-on": {
"description": "The date and time the account was created.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
},
"creation-ip": {
"description": "The IP address used to create the account.",
"disable_correlation": false,
"misp-attribute": "ip-src",
"ui-priority": 1
},
"deletion-date": {
"description": "The date and time the account was deleted.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
},
"e-mail": {
"description": "The main e-mail associated with the Google ID.",
"misp-attribute": "email-src",
"ui-priority": 1
},
"end-of-service-date": {
"description": "The date and time the service was terminated.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
},
"last-logins-date": {
"description": "The dates and times of the user's most recent logins.",
"disable_correlation": true,
"misp-attribute": "datetime",
"multiple": true,
"ui-priority": 1
},
"last-updated-date": {
"description": "The date and time the account was last updated.",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
},
"login-ip": {
"description": "The IP addresses used to login into the account.",
"disable_correlation": false,
"misp-attribute": "ip-src",
"multiple": true,
"ui-priority": 1
},
"name": {
"description": "The full name of the person associated with the Google ID.",
"misp-attribute": "full-name",
"ui-priority": 1
},
"recovery-e-mail": {
"description": "Account recovery e-mail.",
"misp-attribute": "email-src",
"ui-priority": 1
},
"recovery-sms": {
"description": "Account recovery phone number.",
"misp-attribute": "phone-number",
"ui-priority": 1
},
"related-links": {
"description": "Any link to a page containing information about this Google user.",
"misp-attribute": "link",
"multiple": true,
"ui-priority": 1
},
"services": {
"description": "Services associated with the Google Account ID.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"user-avatar": {
"description": "A user profile picture or avatar.",
"misp-attribute": "attachment",
"multiple": true,
"ui-priority": 1
},
"user-description": {
"description": "A description of the user.",
"misp-attribute": "text",
"ui-priority": 1
}
},
"description": "An object containing subscriber information received from Google.",
"meta-category": "misc",
"name": "google-account",
"requiredOneOf": [
"account-id",
"e-mail"
],
"uuid": "1d795bfa-29ae-433c-b23a-bb5a1c77e944",
"version": 1
}