All Projects → oasis-open → cti-pattern-validator

oasis-open / cti-pattern-validator

Licence: BSD-3-Clause License
OASIS TC Open Repository: Validate patterns used to express cyber observable content in STIX Indicators

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to cti-pattern-validator

cti-stix-elevator
OASIS Cyber Threat Intelligence (CTI) TC Open Repository: Convert STIX 1.2 XML to STIX 2.x JSON
Stars: ✭ 42 (+133.33%)
Mutual labels:  python-script, stix, cti, oasis, cyber-threat-intelligence, stix2
cti-stix2-json-schemas
OASIS TC Open Repository: Non-normative schemas and examples for STIX 2
Stars: ✭ 75 (+316.67%)
Mutual labels:  stix, cti, oasis, cyber-threat-intelligence, stix2
cti-stix-generator
OASIS Cyber Threat Intelligence (CTI) TC: A tool for generating STIX content for prototyping and testing. https://github.com/oasis-open/cti-stix-generator
Stars: ✭ 27 (+50%)
Mutual labels:  stix, cti, oasis, cyber-threat-intelligence, stix2
stix-icons
stix-icons is a collection of colourful and clean icons for use in software, training and marketing material to visualize cyber threats according to the STIX language for intelligence exchange, defined by OASIS Cyber Threat Intelligence (CTI) TC
Stars: ✭ 14 (-22.22%)
Mutual labels:  stix, cti, cyber-threat-intelligence, stix2
attack-stix-data
STIX data representing MITRE ATT&CK
Stars: ✭ 118 (+555.56%)
Mutual labels:  stix, cti, cyber-threat-intelligence
Misp
MISP (core software) - Open Source Threat Intelligence and Sharing Platform
Stars: ✭ 3,485 (+19261.11%)
Mutual labels:  stix, cti
Cti Stix Validator
OASIS TC Open Repository: Validator for STIX 2.0 JSON normative requirements and best practices
Stars: ✭ 24 (+33.33%)
Mutual labels:  validator, python-script
mitrecnd.github.io
MITRE Shield website
Stars: ✭ 17 (-5.56%)
Mutual labels:  cti, cyber-threat-intelligence
attack-evals
ATT&CK Evaluations website (DEPRECATED)
Stars: ✭ 57 (+216.67%)
Mutual labels:  cti, cyber-threat-intelligence
mitreattack-python
A python module for working with ATT&CK
Stars: ✭ 208 (+1055.56%)
Mutual labels:  cti, cyber-threat-intelligence
Abused-Legitimate-Services
Cloud, CDN, and marketing services leveraged by cybercriminals and APT groups
Stars: ✭ 42 (+133.33%)
Mutual labels:  cti, cyber-threat-intelligence
excel validator
Python script to validate data in Excel files
Stars: ✭ 14 (-22.22%)
Mutual labels:  validator, python-script
gq-gmc-control
Control tool for the GQ GMC Geiger Counters.
Stars: ✭ 34 (+88.89%)
Mutual labels:  python-script
validation
Validation on Laravel 5.X|6.X|7.X|8.X
Stars: ✭ 26 (+44.44%)
Mutual labels:  validator
NZ-Bank-Account-Validator
A small, zero dependency NZ bank account validation library that runs everywhere.
Stars: ✭ 15 (-16.67%)
Mutual labels:  validator
python-valid8
Yet another validation lib ;). Provides tools for general-purpose variable validation, function inputs/outputs validation as well as class fields validation. All entry points raise consistent ValidationError including all contextual details, with dynamic inheritance of ValueError/TypeError as appropriate.
Stars: ✭ 24 (+33.33%)
Mutual labels:  validator
spotify-lyrics-cli
Migrated to Gitlab, this Github repo will not receive updates.
Stars: ✭ 57 (+216.67%)
Mutual labels:  python-script
Resume-Generator
A Resume builder which allows users to build their own custom resumes with details like experience,projects , skills ,education etc. Users can also have the feature to download their resumes . To contribute send PR at development branch from where it will be merged in master once checked.
Stars: ✭ 28 (+55.56%)
Mutual labels:  python-script
verum-php
Server-Side Validation Library for PHP
Stars: ✭ 17 (-5.56%)
Mutual labels:  validator
ThinCreditCard
💳 Simple way to add a credit card
Stars: ✭ 40 (+122.22%)
Mutual labels:  validator

cti-pattern-validator

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.

Build_Status Coverage Version

Quickstart

  1. Install with pip:

    $ pip install stix2-patterns
  2. 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']
  3. 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

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 [email protected] and any specific CLA-related questions to [email protected].

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].