Skip to content

Commit

Permalink
Merge branch 'develop' into CrowdStrike_Alert
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRushton authored Jul 22, 2024
2 parents f9fbc9e + 53c1226 commit e647ebf
Show file tree
Hide file tree
Showing 61 changed files with 16,046 additions and 7 deletions.
43 changes: 42 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,47 @@ We have started this changelogs from version 4.0.0. So, changes on previously re
### Dependency update:
*List the dependecy upgrade or downgrade.*

--------------------------------------
## 7.0.11 (2024-07-11)

### Breaking changes:

### Deprecations:

### Changes:

* Allowing_Tenant_To_Be_Optional [#1708](https://github.com/opencybersecurityalliance/stix-shifter/pull/1708)

### Fixes:

### Dependency update:

--------------------------------------

## 7.0.10 (2024-07-04)

### Breaking changes:

### Deprecations:

### Changes:

* Trellix Endpoint Security HX Connector [#1695](https://github.com/opencybersecurityalliance/stix-shifter/pull/1695)
* Symantec Endpoint Security UDI connector [#1694](https://github.com/opencybersecurityalliance/stix-shifter/pull/1694)
* Update e2eStixBundle01.json [#1702](https://github.com/opencybersecurityalliance/stix-shifter/pull/1702)
* Update e2eStixBundle01.json [#1698](https://github.com/opencybersecurityalliance/stix-shifter/pull/1698)
* Update e2eStixBundle01.json [#1697](https://github.com/opencybersecurityalliance/stix-shifter/pull/1697)
* Create e2eStixBundle01.json [#1696](https://github.com/opencybersecurityalliance/stix-shifter/pull/1696)
* SumoLogics readme and supported_stix docs update [#1691](https://github.com/opencybersecurityalliance/stix-shifter/pull/1691)


### Fixes:

* Fixing the unit test failing. [#1706](https://github.com/opencybersecurityalliance/stix-shifter/pull/1706)


### Dependency update:

--------------------------------------
## 7.0.9 (2024-05-23)

Expand Down Expand Up @@ -788,4 +829,4 @@ opencybersecurityalliance/stix-shifter/pull/1448)
* Bump adal from 1.2.2 to 1.2.7
* Bump pyopenssl from 20.0.1 to 22.0.0
* Bump stix2-validator from 1.1.2 to 3.0.2
* Bump boto3 from 1.17.20 to 1.21.5## 4.0.0 (2022-02-23)
* Bump boto3 from 1.17.20 to 1.21.5## 4.0.0 (2022-02-23)
79 changes: 79 additions & 0 deletions data/cybox/e2eStixBundle01.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"type": "bundle",
"id": "bundle--258c4b63-6b04-4a0e-985d-f64a3a8c8ec7",
"spec_version": "2.0",
"objects": [
{
"type": "identity",
"id": "identity--33fa3e56-6511-40de-bc69-c5ffeb3838f9",
"created": "2024-06-03T09:44:40.150Z",
"modified": "2024-06-03T09:44:40.150Z",
"name": "E2E Testing",
"identity_class": "program"
},
{
"type": "observed-data",
"id": "observed-data--ed82dd61-cc41-485b-b608-d278469e6259",
"created_by_ref": "identity--33fa3e56-6511-40de-bc69-c5ffeb3838f9",
"created": "2024-06-03T09:44:40.150Z",
"modified": "2024-06-03T09:44:40.150Z",
"first_observed": "2020-07-29T09:44:40.150Z",
"last_observed": "2025-07-29T09:44:40.150Z",
"number_observed": 1,
"objects": {
"0": {
"type": "ipv4-addr",
"value": "127.0.0.1"
},
"1": {
"type": "ipv4-addr",
"value": "172.16.1.1"
},
"2": {
"type": "url",
"value": "onedrivefiles.digital"
},
"3": {
"type": "ipv6-addr",
"value": "0000:0000:0000:0000:0000:0000:0000:0001"
},
"4": {
"type": "url",
"value": "http://kbfvzoboss.bid/alien/fre.php"
},
"5": {
"type": "user-account",
"value": "e2e user"
},
"6": {
"type": "file:name",
"value": "uat_file.exe"
},
"7": {
"type": "file:hashes.'SHA-256'",
"value": "b0ab7076b0fe4b758d8e6622605d94204cc1b55baf718129cafe750d835ffb21"
},
"8": {
"type": "mac-addr",
"value": "00:00:00:00:00:00"
},
"9": {
"type": "user-account",
"user_id": "omern",
"account_login": "omern"
},
"10": {
"type": "file",
"name": "streamfwd",
"parent_directory_ref": "6"
},
"11": {
"type": "file",
"hashes": {
"MD5": "6F3C9485F8F97AC04C8E43EF4463A68C"
}
}
}
}
]
}
Loading

0 comments on commit e647ebf

Please sign in to comment.