vysion 2.0.14__tar.gz → 2.0.16__tar.gz
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.
- {vysion-2.0.14 → vysion-2.0.16}/PKG-INFO +6 -5
- {vysion-2.0.14 → vysion-2.0.16}/README.md +2 -2
- {vysion-2.0.14 → vysion-2.0.16}/pyproject.toml +1 -1
- {vysion-2.0.14 → vysion-2.0.16}/vysion/dto/dto.py +6 -6
- {vysion-2.0.14 → vysion-2.0.16}/vysion/version.py +1 -1
- {vysion-2.0.14 → vysion-2.0.16}/LICENSE +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/__init__.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/client/__init__.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/client/client.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/client/error.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/dto/__init__.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/dto/tag.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/dto/util.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/model/__init__.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/model/enum/__init__.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/model/enum/languages.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/model/enum/networks.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/model/enum/ransom_groups.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/model/enum/services.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/taxonomy/__init__.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/taxonomy/flavours.py +0 -0
- {vysion-2.0.14 → vysion-2.0.16}/vysion/taxonomy/taxonomy.py +0 -0
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.3
|
|
2
2
|
Name: vysion
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.16
|
|
4
4
|
Summary: The official Python client library for Vysion
|
|
5
|
-
Home-page: https://vysion.ai
|
|
6
5
|
License: Apache-2.0
|
|
7
6
|
Author: Javier Junquera-Sánchez
|
|
8
7
|
Author-email: javier.junquera@byronlabs.io
|
|
@@ -15,21 +14,23 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
15
14
|
Classifier: Programming Language :: Python :: 3.10
|
|
16
15
|
Classifier: Programming Language :: Python :: 3.11
|
|
17
16
|
Classifier: Programming Language :: Python :: 3.12
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
18
18
|
Requires-Dist: pydantic (>=2.0.1,<3.0.0)
|
|
19
19
|
Requires-Dist: pymisp (>=2.4.194,<3.0.0)
|
|
20
20
|
Requires-Dist: requests (>=2.28.1,<3.0.0)
|
|
21
21
|
Requires-Dist: softenum (==1.0.1)
|
|
22
22
|
Project-URL: Documentation, https://developers.vysion.ai
|
|
23
|
+
Project-URL: Homepage, https://vysion.ai
|
|
23
24
|
Project-URL: Repository, https://github.com/ByronLabs/vysion-py
|
|
24
25
|
Description-Content-Type: text/markdown
|
|
25
26
|
|
|
26
27
|
# Vysion-PY
|
|
27
28
|
|
|
28
|
-
Welcome to the
|
|
29
|
+
Welcome to the open source repository for vysion-py, our implementation as a Python library to use the Vysion tool. Vysion is a dark web intelligence tool that provides information collected from web pages from Tor, I2P, cybercrime forums on the clearnet, etc. Vysion API also provides a feed of information on ransomware attacks published by the various ransomware groups currently active.
|
|
29
30
|
|
|
30
31
|
You can request a demo for the web app or an API-key to use in this library at [vysion.ai](https://vysion.ai).
|
|
31
32
|
|
|
32
|
-
Latest version: [2.0.
|
|
33
|
+
Latest version: [2.0.16](https://pypi.org/project/vysion/)
|
|
33
34
|
|
|
34
35
|
You can visit [the documentation](https://developers.vysion.ai/?python) for more information on the searches and requests performed with the library or directly on the API.
|
|
35
36
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# Vysion-PY
|
|
2
2
|
|
|
3
|
-
Welcome to the
|
|
3
|
+
Welcome to the open source repository for vysion-py, our implementation as a Python library to use the Vysion tool. Vysion is a dark web intelligence tool that provides information collected from web pages from Tor, I2P, cybercrime forums on the clearnet, etc. Vysion API also provides a feed of information on ransomware attacks published by the various ransomware groups currently active.
|
|
4
4
|
|
|
5
5
|
You can request a demo for the web app or an API-key to use in this library at [vysion.ai](https://vysion.ai).
|
|
6
6
|
|
|
7
|
-
Latest version: [2.0.
|
|
7
|
+
Latest version: [2.0.16](https://pypi.org/project/vysion/)
|
|
8
8
|
|
|
9
9
|
You can visit [the documentation](https://developers.vysion.ai/?python) for more information on the searches and requests performed with the library or directly on the API.
|
|
10
10
|
|
|
@@ -180,9 +180,9 @@ class URL(BaseModel):
|
|
|
180
180
|
network=network,
|
|
181
181
|
)
|
|
182
182
|
|
|
183
|
-
def
|
|
183
|
+
def __init__(self, *args, **kwargs):
|
|
184
184
|
super().__init__(*args, **kwargs)
|
|
185
|
-
self.
|
|
185
|
+
self.signature = self.__generate_signature()
|
|
186
186
|
|
|
187
187
|
def build(self) -> str:
|
|
188
188
|
url = self.path
|
|
@@ -226,8 +226,8 @@ class RansomwareHit(BaseModel):
|
|
|
226
226
|
companyAddress: Optional[str] = None
|
|
227
227
|
companyLink: Optional[str] = None
|
|
228
228
|
country: Optional[str] = None
|
|
229
|
-
|
|
230
|
-
|
|
229
|
+
naics: Optional[str] = None
|
|
230
|
+
industry: Optional[str] = None
|
|
231
231
|
|
|
232
232
|
class DocumentHit(BaseModel):
|
|
233
233
|
page: Page
|
|
@@ -404,8 +404,8 @@ class RansomFeedHit(BaseModel):
|
|
|
404
404
|
detectionDate: datetime
|
|
405
405
|
text: Optional[str]
|
|
406
406
|
country: Optional[str]
|
|
407
|
-
|
|
408
|
-
|
|
407
|
+
naics: Optional[str]
|
|
408
|
+
industry: Optional[str]
|
|
409
409
|
|
|
410
410
|
model_config = ConfigDict(arbitrary_types_allowed=True)
|
|
411
411
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|