guide edits
parent
0ef9060ed0
commit
27dbaa5a65
|
@ -6,11 +6,11 @@
|
||||||
"source": [
|
"source": [
|
||||||
"# STIX Patterns\n",
|
"# STIX Patterns\n",
|
||||||
"\n",
|
"\n",
|
||||||
"python-stix2 supports STIX2 patterning insofar that patterns may be used for the pattern property of Indicators, identical to the STIX2 specification. python-stix2 does not evaluate patterns against STIX2 content, for that functionality see [cti-pattern-matcher](https://github.com/oasis-open/cti-pattern-matcher)\n",
|
"Python-stix2 supports STIX2 patterning insofar that patterns may be used for the pattern property of Indicators, identical to the STIX2 specification. Python-stix2 does not evaluate patterns against STIX2 content, for that functionality see [cti-pattern-matcher].(https://github.com/oasis-open/cti-pattern-matcher)\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## Intro\n",
|
"## Intro\n",
|
||||||
"\n",
|
"\n",
|
||||||
"python-stix2 patterns are built compositely from the bottom up, creating components at sublevels before those at higher levels.\n",
|
"Python-stix2 patterns are built compositely from the bottom up, creating components at sublevels before those at higher levels.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"## Examples\n",
|
"## Examples\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
|
Loading…
Reference in New Issue