Validate STIX 2 Patterns.
Project description
This is an OASIS TC Open Repository. See the Governance section for more information.
The STIX 2 Pattern Validator is a software tool for checking the syntax of the Cyber Threat Intelligence (CTI) STIX Pattern expressions, which are used within STIX to express conditions (prepresented with the Cyber Observable data model) that indicate particular cyber threat activity. The repository contains source code, an ANTLR grammar, automated tests and associated documentation for the tool. The validator can be used as a command-line tool or as a Python library which can be included in other applications.
Quickstart
Install with pip:
$ pip install stix2-patterns
Validate a pattern from the command line:
$ validate-patterns Enter a pattern to validate: [file-object:hashes.md5 = '79054025255fb1a26e4bc422aef54eb4'] PASS: [file-object:hashes.md5 = '79054025255fb1a26e4bc422aef54eb4']
Validate a pattern from Python code:
from stix2patterns.validator import run_validator pattern = "[file-object:hashes.md5 = '79054025255fb1a26e4bc422aef54eb4']" errors = run_validator(pattern)
For more information, see the stix2-patterns documentation
Governance
This GitHub public repository (https://github.com/oasis-open/cti-pattern-validator ) was proposed and approved [bis] by the OASIS Cyber Threat Intelligence (CTI) TC as an OASIS TC Open Repository to support development of open source resources related to Technical Committee work.
While this TC Open Repository remains associated with the sponsor TC, its development priorities, leadership, intellectual property terms, participation rules, and other matters of governance are separate and distinct from the OASIS TC Process and related policies.
All contributions made to this TC Open Repository are subject to open source license terms expressed in the BSD-3-Clause License. That license was selected as the declared “Applicable License” when the TC Open Repository was created.
As documented in “Public Participation Invited”, contributions to this OASIS TC Open Repository are invited from all parties, whether affiliated with OASIS or not. Participants must have a GitHub account, but no fees or OASIS membership obligations are required. Participation is expected to be consistent with the OASIS TC Open Repository Guidelines and Procedures, the open source LICENSE designated for this particular repository, and the requirement for an Individual Contributor License Agreement that governs intellectual property.
Maintainers
TC Open Repository Maintainers are responsible for oversight of this project’s community development activities, including evaluation of GitHub pull requests and preserving open source principles of openness and fairness. Maintainers are recognized and trusted experts who serve to implement community goals and consensus design preferences.
Initially, the associated TC members have designated one or more persons to serve as Maintainer(s); subsequently, participating community members may select additional or substitute Maintainers, per consensus agreements.
Current Maintainers of this TC Open Repository
Chris Lenk; GitHub ID: https://github.com/clenk; WWW: MITRE
Ivan Kirillov; GitHub ID: https://github.com/ikiril01; WWW: MITRE
Jason Keirstead; GitHub ID: https://github.com/JasonKeirstead; WWW: IBM
About OASIS TC Open Repositories
Feedback
Questions or comments about this TC Open Repository’s activities should be composed as GitHub issues or comments. If use of an issue/comment is not possible or appropriate, questions may be directed by email to the Maintainer(s) listed above. Please send general questions about TC Open Repository participation to OASIS Staff at repository-admin@oasis-open.org and any specific CLA-related questions to repository-cla@oasis-open.org.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for stix2_patterns-1.2.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a583ec394af0c61eaa36efeef06e33d03bb7aae8b6e2f491449d5f220dc819d |
|
MD5 | f73465281a8192854da6d659068e540b |
|
BLAKE2b-256 | e5e248cf8393e9c08d5ddd3f886fce5b4c7ab2b25c6a77617e305d748f13154e |