Skip to content

Commit 05f113b

Browse files
Tim/add description of how the indicator relationship is extracted (#40878)
* Tim/Taxii2Feed/Add a description of how the indicators are extracted during the fetch * RN * Apply suggestion from @richardbluestone Co-authored-by: Richard Bluestone <53567272+richardbluestone@users.noreply.github.com> --------- Co-authored-by: Richard Bluestone <53567272+richardbluestone@users.noreply.github.com>
1 parent 36e0beb commit 05f113b

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Packs/FeedTAXII/Integrations/FeedTAXII2/FeedTAXII2_description.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,18 @@ In case the TAXII 2 server you're trying to connect to requires a custom authent
99
Two or more Observation Expressions MAY be combined using a complex observation operator such as "AND", "OR", and "FOLLOWEDBY", e.g. `[ IP = 'b' ] AND [ URL = 'd' ]`. These relationships are not represented in CORTEX XSOAR threat intel management indicators. You can opt to create them while ignoring these relations, or you can opt to ignore these expressions - if you choose to ignore these expressions, then no indicators will be created for complex observations.
1010

1111
### API Roots and Collections
12-
Each TAXII server may contain more than one API root with different collections. If the needed API root is not the default one, set the `API Root to Use` parameter with the correct API root title.
12+
Each TAXII server may contain more than one API root with different collections. If the required API root is not the default one, set the `API Root to Use` parameter to the correct API root.
13+
14+
Note!
15+
16+
The relationships between the indicators are extracted and matched during the indicator construction process. For each indicator, only one indicator is found in the following order of precedence.
17+
18+
- sha-256
19+
- file
20+
- IPv4-addr
21+
- domain-name
22+
- url
23+
- email-addr
24+
- mutex
25+
- windows-registry-key
26+
- all other...
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
#### Integrations
3+
4+
##### TAXII 2 Feed
5+
6+
- Documentation and metadata improvements.

Packs/FeedTAXII/pack_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "TAXII Feed",
33
"description": "Ingest indicator feeds from TAXII 1 and TAXII 2 servers.",
44
"support": "xsoar",
5-
"currentVersion": "1.2.36",
5+
"currentVersion": "1.2.37",
66
"author": "Cortex XSOAR",
77
"url": "https://www.paloaltonetworks.com/cortex",
88
"email": "",

0 commit comments

Comments
 (0)