maco-extractor 1.2.19__py3-none-any.whl → 1.2.21__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.
maco/model/model.py CHANGED
@@ -48,6 +48,8 @@ class Encryption(ForbidModel):
48
48
  iv: Optional[str] = None # initialisation vector
49
49
  seed: Optional[str] = None
50
50
  nonce: Optional[str] = None
51
+ password: Optional[str] = None
52
+ salt: Optional[str] = None
51
53
  constants: List[str] = []
52
54
 
53
55
  usage: Optional[UsageEnum] = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maco-extractor
3
- Version: 1.2.19
3
+ Version: 1.2.21
4
4
  Summary: This package contains the essentials for creating Maco extractors and using them at runtime.
5
5
  Author: sl-govau
6
6
  Maintainer: cccs-rs
@@ -68,6 +68,7 @@ This framework is actively being used by:
68
68
  | [configextractor-py](https://github.com/CybercentreCanada/configextractor-py) | A tool designed to run extractors from multiple frameworks and uses the MACO model for output harmonization | [![License](https://img.shields.io/github/license/CybercentreCanada/configextractor-py)](https://github.com/CybercentreCanada/configextractor-py/blob/main/LICENSE.md) |
69
69
  | <a href="https://github.com/jeFF0Falltrades/rat_king_parser"><img src="https://images.weserv.nl/?url=raw.githubusercontent.com/jeFF0Falltrades/rat_king_parser/master/.github/logo.png?v=4&h=100&w=100&fit=cover&maxage=7d"/> </a> | A robust, multiprocessing-capable, multi-family RAT config parser/extractor that is compatible with MACO | [![License](https://img.shields.io/github/license/jeFF0Falltrades/rat_king_parser)](https://github.com/jeFF0Falltrades/rat_king_parser/blob/master/LICENSE) |
70
70
  | <a href="https://github.com/CAPESandbox/community"><img src="https://images.weserv.nl/?url=github.com/CAPESandbox.png?v=4&h=100&w=100&fit=cover&maxage=7d0&mask=circle"/> </a> | A parser/extractor repository containing MACO extractors that's authored by the CAPE community but is integrated in [CAPE](https://github.com/kevoreilly/CAPEv2) deployments.<br>**Note: These MACO extractors wrap and parse the original CAPE extractors.** | [![License](https://img.shields.io/badge/license-GPL--3.0-informational)](https://github.com/kevoreilly/CAPEv2/blob/master/LICENSE) |
71
+ | <a href="https://github.com/SEKOIA-IO/Community"><img src="https://images.weserv.nl/?url=github.com/SEKOIA-IO.png?v=4&h=100&w=100&fit=cover&maxage=7d0&mask=circle"/> </a> | A parser/extractor repository containing MACO extractors that's authored by the SEKOIA community. | [![License](https://img.shields.io/badge/license-DRL--1.1-informational)](https://github.com/SEKOIA-IO/Community/blob/main/LICENSE.md) |
71
72
 
72
73
  ## Model Example
73
74
 
@@ -3,9 +3,9 @@ maco/exceptions.py,sha256=XBHUrs1kr1ZayPI9B_W-WejKgVmC8sWL_o4RL0b4DQE,745
3
3
  maco/extractor.py,sha256=nqIfUcrc_l57FicKZc6HLtN223-_zkYWL1AYMy1WAmA,3007
4
4
  maco/yara.py,sha256=y141t8NqDDXHY23uE1d6BDPeNmSuUuohR6Yr_LKa7GI,4067
5
5
  maco/model/__init__.py,sha256=ULdyHx8R5D2ICHZo3VoCk1YTlewTok36TYIpwx__pNY,45
6
- maco/model/model.py,sha256=DBHTmZXMzjpVq0s2mzZv3VCzPhwPnv7sH6u_QZCTcA4,24484
7
- maco_extractor-1.2.19.dist-info/licenses/LICENSE.md,sha256=gMSjshPhXvV_F1qxmeNkKdBqGWkd__fEJf4glS504bM,1478
8
- maco_extractor-1.2.19.dist-info/METADATA,sha256=Fw8gXFOTsoqX441PbtJhNJaLbnnn5O6XI9KPgJAomfc,15208
9
- maco_extractor-1.2.19.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
10
- maco_extractor-1.2.19.dist-info/top_level.txt,sha256=JTYRldTIdoZJHXQU2LH0AKgD6Hm_azz5f_kOLuBorFU,5
11
- maco_extractor-1.2.19.dist-info/RECORD,,
6
+ maco/model/model.py,sha256=a98XB7C6P_9JHNsodzbaRomr17rLYH6J4g5clH2IERY,24550
7
+ maco_extractor-1.2.21.dist-info/licenses/LICENSE.md,sha256=gMSjshPhXvV_F1qxmeNkKdBqGWkd__fEJf4glS504bM,1478
8
+ maco_extractor-1.2.21.dist-info/METADATA,sha256=m2uUyauqu1JePe_bwqLdhDDNfQd03wI-OC3qxUEwV6A,15707
9
+ maco_extractor-1.2.21.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
10
+ maco_extractor-1.2.21.dist-info/top_level.txt,sha256=JTYRldTIdoZJHXQU2LH0AKgD6Hm_azz5f_kOLuBorFU,5
11
+ maco_extractor-1.2.21.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (80.10.2)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5