-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SDO connector cleanup and table of mappings (#1484)
- Loading branch information
1 parent
b0c07e5
commit d61a5a5
Showing
62 changed files
with
725 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# AbuseIPDB | ||
|
||
Determine whether an IP was reported or not as malicious by AbuseIPDB. | ||
|
||
## Supported STIX Mappings | ||
|
||
See the [table of mappings](abuseipdb_supported_stix.md) for the STIX objects and operators supported by this connector. |
36 changes: 36 additions & 0 deletions
36
stix_shifter_modules/abuseipdb/abuseipdb_supported_stix.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
##### Updated on 05/15/23 | ||
## AbuseIPDB | ||
### Results STIX Domain Objects | ||
* Identity | ||
* Sighting | ||
* Infrastructure | ||
* Malware | ||
* Extension | ||
* Indicator | ||
<br> | ||
### Supported STIX Operators | ||
*Comparison AND/OR operators are inside the observation while observation AND/OR operators are between observations (square brackets).* | ||
|
||
| STIX Operator | Data Source Operator | | ||
|--|--| | ||
| AND (Comparision) | AND | | ||
| OR (Comparision) | OR | | ||
| > | > | | ||
| >= | >= | | ||
| < | < | | ||
| <= | <= | | ||
| = | = | | ||
| != | != | | ||
| LIKE | = | | ||
| IN | IN | | ||
| MATCHES | CONTAINS | | ||
| ISSUBSET | insubnet | | ||
| OR (Observation) | OR | | ||
| AND (Observation) | AND | | ||
| <br> | | | ||
### Searchable STIX objects and properties | ||
| STIX Object and Property | Mapped Data Source Fields | | ||
|--|--| | ||
| **ipv4-addr**:value | SourceIpV4, DestinationIpV4 | | ||
| **ipv6-addr**:value | SourceIpV6, DestinationIpV6 | | ||
| <br> | | |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# AlienVault OTX | ||
|
||
Query AlienVault OTX for IPs, domains, URLs, or file hashes. | ||
|
||
## Supported STIX Mappings | ||
|
||
See the [table of mappings](alienvault_otx_supported_stix.md) for the STIX objects and operators supported by this connector. |
42 changes: 42 additions & 0 deletions
42
stix_shifter_modules/alienvault_otx/alienvault_otx_supported_stix.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
##### Updated on 05/15/23 | ||
## AlienVault OTX | ||
### Results STIX Domain Objects | ||
* Identity | ||
* Sighting | ||
* Infrastructure | ||
* Malware | ||
* Extension | ||
* Indicator | ||
<br> | ||
### Supported STIX Operators | ||
*Comparison AND/OR operators are inside the observation while observation AND/OR operators are between observations (square brackets).* | ||
|
||
| STIX Operator | Data Source Operator | | ||
|--|--| | ||
| AND (Comparision) | AND | | ||
| OR (Comparision) | OR | | ||
| > | > | | ||
| >= | >= | | ||
| < | < | | ||
| <= | <= | | ||
| = | = | | ||
| != | != | | ||
| LIKE | = | | ||
| IN | IN | | ||
| MATCHES | CONTAINS | | ||
| ISSUBSET | insubnet | | ||
| OR (Observation) | OR | | ||
| AND (Observation) | AND | | ||
| <br> | | | ||
### Searchable STIX objects and properties | ||
| STIX Object and Property | Mapped Data Source Fields | | ||
|--|--| | ||
| **url**:value | Url | | ||
| **ipv4-addr**:value | SourceIpV4, DestinationIpV4 | | ||
| **ipv6-addr**:value | SourceIpV6, DestinationIpV6 | | ||
| **domain-name**:value | Url | | ||
| **file**:hashes.'SHA-256' | sha256hash | | ||
| **file**:hashes.MD5 | md5hash | | ||
| **file**:hashes.'MD5' | md5hash | | ||
| **file**:hashes.'SHA-1' | sha1hash | | ||
| <br> | | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.