pymisp 2.5.8__py3-none-any.whl → 2.5.8.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pymisp might be problematic. Click here for more details.
- pymisp/data/misp-objects/objects/github-repo/definition.json +142 -0
- {pymisp-2.5.8.dist-info → pymisp-2.5.8.1.dist-info}/METADATA +1 -1
- {pymisp-2.5.8.dist-info → pymisp-2.5.8.1.dist-info}/RECORD +5 -4
- {pymisp-2.5.8.dist-info → pymisp-2.5.8.1.dist-info}/LICENSE +0 -0
- {pymisp-2.5.8.dist-info → pymisp-2.5.8.1.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
{
|
|
2
|
+
"attributes": {
|
|
3
|
+
"archived": {
|
|
4
|
+
"description": "Is the repository archived?",
|
|
5
|
+
"disable_correlation": true,
|
|
6
|
+
"misp-attribute": "text",
|
|
7
|
+
"sane_default": [
|
|
8
|
+
"True",
|
|
9
|
+
"False"
|
|
10
|
+
],
|
|
11
|
+
"ui-priority": 1
|
|
12
|
+
},
|
|
13
|
+
"created-at": {
|
|
14
|
+
"description": "Date of the repository creation",
|
|
15
|
+
"misp-attribute": "datetime",
|
|
16
|
+
"ui-priority": 0
|
|
17
|
+
},
|
|
18
|
+
"description": {
|
|
19
|
+
"description": "Repository description",
|
|
20
|
+
"misp-attribute": "text",
|
|
21
|
+
"ui-priority": 1
|
|
22
|
+
},
|
|
23
|
+
"disabled": {
|
|
24
|
+
"description": "Is the repository disabled?",
|
|
25
|
+
"disable_correlation": true,
|
|
26
|
+
"misp-attribute": "text",
|
|
27
|
+
"sane_default": [
|
|
28
|
+
"True",
|
|
29
|
+
"False"
|
|
30
|
+
],
|
|
31
|
+
"ui-priority": 1
|
|
32
|
+
},
|
|
33
|
+
"fork": {
|
|
34
|
+
"description": "Is the repository a forked repository?",
|
|
35
|
+
"disable_correlation": true,
|
|
36
|
+
"misp-attribute": "text",
|
|
37
|
+
"sane_default": [
|
|
38
|
+
"True",
|
|
39
|
+
"False"
|
|
40
|
+
],
|
|
41
|
+
"ui-priority": 1
|
|
42
|
+
},
|
|
43
|
+
"forks-count": {
|
|
44
|
+
"description": "Number of forks",
|
|
45
|
+
"misp-attribute": "counter",
|
|
46
|
+
"ui-priority": 1
|
|
47
|
+
},
|
|
48
|
+
"full-name": {
|
|
49
|
+
"description": "Full name of the repository. [Username/Repository name]",
|
|
50
|
+
"misp-attribute": "text",
|
|
51
|
+
"ui-priority": 1
|
|
52
|
+
},
|
|
53
|
+
"has-downloads": {
|
|
54
|
+
"description": "Have the repository been downloaded?",
|
|
55
|
+
"disable_correlation": true,
|
|
56
|
+
"misp-attribute": "text",
|
|
57
|
+
"sane_default": [
|
|
58
|
+
"True",
|
|
59
|
+
"False"
|
|
60
|
+
],
|
|
61
|
+
"ui-priority": 1
|
|
62
|
+
},
|
|
63
|
+
"has-wiki": {
|
|
64
|
+
"description": "Does the repository have a wiki?",
|
|
65
|
+
"disable_correlation": true,
|
|
66
|
+
"misp-attribute": "text",
|
|
67
|
+
"sane_default": [
|
|
68
|
+
"True",
|
|
69
|
+
"False"
|
|
70
|
+
],
|
|
71
|
+
"ui-priority": 1
|
|
72
|
+
},
|
|
73
|
+
"id": {
|
|
74
|
+
"description": "Repository id",
|
|
75
|
+
"misp-attribute": "text",
|
|
76
|
+
"ui-priority": 1
|
|
77
|
+
},
|
|
78
|
+
"languages": {
|
|
79
|
+
"description": "Languages used in the repository",
|
|
80
|
+
"misp-attribute": "text",
|
|
81
|
+
"multiple": true,
|
|
82
|
+
"ui-priority": 1
|
|
83
|
+
},
|
|
84
|
+
"link": {
|
|
85
|
+
"description": "Link to the GitHub repository.",
|
|
86
|
+
"misp-attribute": "link",
|
|
87
|
+
"multiple": true,
|
|
88
|
+
"ui-priority": 1
|
|
89
|
+
},
|
|
90
|
+
"name": {
|
|
91
|
+
"description": "name of the repository. [Repository name]",
|
|
92
|
+
"misp-attribute": "text",
|
|
93
|
+
"ui-priority": 1
|
|
94
|
+
},
|
|
95
|
+
"open-issues": {
|
|
96
|
+
"description": "Number of open issues",
|
|
97
|
+
"misp-attribute": "counter",
|
|
98
|
+
"ui-priority": 1
|
|
99
|
+
},
|
|
100
|
+
"private": {
|
|
101
|
+
"description": "Is the repository private?",
|
|
102
|
+
"disable_correlation": true,
|
|
103
|
+
"misp-attribute": "text",
|
|
104
|
+
"sane_default": [
|
|
105
|
+
"True",
|
|
106
|
+
"False"
|
|
107
|
+
],
|
|
108
|
+
"ui-priority": 1
|
|
109
|
+
},
|
|
110
|
+
"pushed-at": {
|
|
111
|
+
"description": "Date of last push",
|
|
112
|
+
"misp-attribute": "datetime",
|
|
113
|
+
"ui-priority": 0
|
|
114
|
+
},
|
|
115
|
+
"topics": {
|
|
116
|
+
"description": "Topics linked to the repository",
|
|
117
|
+
"misp-attribute": "text",
|
|
118
|
+
"multiple": true,
|
|
119
|
+
"ui-priority": 1
|
|
120
|
+
},
|
|
121
|
+
"updated-at": {
|
|
122
|
+
"description": "Date of the last update",
|
|
123
|
+
"misp-attribute": "datetime",
|
|
124
|
+
"ui-priority": 0
|
|
125
|
+
},
|
|
126
|
+
"username": {
|
|
127
|
+
"description": "Owner of the repository. [Username]",
|
|
128
|
+
"misp-attribute": "text",
|
|
129
|
+
"ui-priority": 1
|
|
130
|
+
}
|
|
131
|
+
},
|
|
132
|
+
"description": "GitHub repository",
|
|
133
|
+
"meta-category": "misc",
|
|
134
|
+
"name": "github-repo",
|
|
135
|
+
"requiredOneOf": [
|
|
136
|
+
"name",
|
|
137
|
+
"full-name",
|
|
138
|
+
"link"
|
|
139
|
+
],
|
|
140
|
+
"uuid": "d2e93321-3d0c-4215-88a7-62ccb56fef89",
|
|
141
|
+
"version": 2
|
|
142
|
+
}
|
|
@@ -152,6 +152,7 @@ pymisp/data/misp-objects/objects/game-cheat/definition.json,sha256=4xqSM9PzOzuWZ
|
|
|
152
152
|
pymisp/data/misp-objects/objects/generalizing-persuasion-framework/definition.json,sha256=6EFw1OW2Qzbp1tip2PgwYhjvqh2koo5Rl75h1TzNE-s,5590
|
|
153
153
|
pymisp/data/misp-objects/objects/geolocation/definition.json,sha256=mvbU1_yi-9m69SJQWn7fh5k1MLUFIagPU2Mfp4GpjP8,3308
|
|
154
154
|
pymisp/data/misp-objects/objects/git-vuln-finder/definition.json,sha256=_b_Ux9biIpYXK0gmCzGxmp0AHi1dGEaW3H_MiftHx3s,3644
|
|
155
|
+
pymisp/data/misp-objects/objects/github-repo/definition.json,sha256=zmGO6g5fRlvp419DKXo3HYQc3-i6_VqCGyIxnb4i4II,3483
|
|
155
156
|
pymisp/data/misp-objects/objects/github-user/definition.json,sha256=CdHNDa0oLpPB25h5S-7ybEb9MSx92KbqAT7DmNckeNM,3463
|
|
156
157
|
pymisp/data/misp-objects/objects/gitlab-user/definition.json,sha256=xCqY6NAG1DhtyHDCGVik6yXCGhPie4AfnXAvCk9z6qg,1188
|
|
157
158
|
pymisp/data/misp-objects/objects/google-safe-browsing/definition.json,sha256=Bxo1eu_EbY8Q1mMv0y0lDv9Rn0xDwmPtesuZ8jtk4Xc,739
|
|
@@ -397,7 +398,7 @@ pymisp/tools/update_objects.py,sha256=sp_XshzgtRjAU0Mqg8FgRTaokjVKLImyQ02xIcPSrH
|
|
|
397
398
|
pymisp/tools/urlobject.py,sha256=PIucy1356zaljUm1NbeKmEpHpAUK9yiK2lAugcMp2t8,2489
|
|
398
399
|
pymisp/tools/vehicleobject.py,sha256=bs7f4d47IBi2-VumssSM3HlqkH0viyHTLmIHQxe8Iz8,3687
|
|
399
400
|
pymisp/tools/vtreportobject.py,sha256=NsdYzgqm47dywYeW8UnWmEDeIsf07xZreD2iJzFm2wg,3217
|
|
400
|
-
pymisp-2.5.8.dist-info/LICENSE,sha256=1oPSVvs96qLjbJVi3mPn0yvWs-6aoIF6BNXi6pVlFmY,1615
|
|
401
|
-
pymisp-2.5.8.dist-info/METADATA,sha256=
|
|
402
|
-
pymisp-2.5.8.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
403
|
-
pymisp-2.5.8.dist-info/RECORD,,
|
|
401
|
+
pymisp-2.5.8.1.dist-info/LICENSE,sha256=1oPSVvs96qLjbJVi3mPn0yvWs-6aoIF6BNXi6pVlFmY,1615
|
|
402
|
+
pymisp-2.5.8.1.dist-info/METADATA,sha256=yILojnXoJl-KvWP7U9zLGkw2yC3438Z4x0qkmPPOAkI,8883
|
|
403
|
+
pymisp-2.5.8.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
404
|
+
pymisp-2.5.8.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|