-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implement content-check for muchdogesec/obstracts#131 * --- * version bump * initial --create_attack_flow impl #111 * add boolean to return value * add `incident_classification` to content-check #131 * renaming content check * bump stix2extension version * bumping requirements * Update cases-standard-tests.md * adding better demos * changing flag name * updating tests * add flow objects to main bundle #120 * tuning some extractions --------- Co-authored-by: David G <[email protected]>
- Loading branch information
1 parent
747ef1e
commit 6f92066
Showing
15 changed files
with
416 additions
and
153 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
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build" | |
|
||
[project] | ||
name = "txt2stix" | ||
version = "0.0.1b5" | ||
version = "0.0.2" | ||
authors = [{ name = "DOGESEC", email = "[email protected]" }] | ||
description = "txt2stix is a Python script that is designed to identify and extract IoCs and TTPs from text files, identify the relationships between them, convert them to STIX 2.1 objects, and output as a STIX 2.1 bundle." | ||
readme = "README.md" | ||
|
@@ -23,7 +23,7 @@ dependencies = [ | |
"requests==2.32.3", | ||
"python-dotenv>=1.0.1", | ||
"schwifty>=2024.6.1", | ||
"stix2extensions @ https://github.com/muchdogesec/stix2extensions/archive/main.zip", | ||
"stix2extensions @ https://github.com/muchdogesec/stix2extensions/releases/download/main-2025-02-12-06-23-37/stix2extensions-0.0.3-py3-none-any.whl", | ||
"tld>=0.13", | ||
"tldextract>=5.1.2", | ||
"validators>=0.28.3", | ||
|
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 @@ | ||
Victims receive spear phishing emails with from [email protected] malicious zip files attached named badfile.zip | ||
|
||
Due to password protection, the zip files are able to bypass some AV detections. | ||
|
||
The zip files are extracted and usually contain a malicious document, such as a .doc, .pdf, or .xls. Some examples are malware.pdf and bad.com | ||
|
||
The extracted files contain malicious macros that connect to a C2 server 1.1.1.1 |
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.