Skip to content

Commit

Permalink
adding disarm demo (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
himynamesdave authored Nov 22, 2024
1 parent 6473e78 commit 219ae63
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/data/manually_generated_reports/disarm_demo.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The actors promote fake news on social networks

They use hashtags to amplify existing conspiracy theory narratives

They will acquire compromised account to establish legitimacy

To continue their legitamcy, they will continue ensure social media engagement with other users.
14 changes: 14 additions & 0 deletions tests/manual-tests/cases-standard-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,3 +320,17 @@ python3 txt2stix.py \
--ignore_link_refs false \
--report_id 8cf2590e-f7b8-40c6-99cd-4aad9fbdc8bd
```

### disarm demo

```shell
python3 txt2stix.py \
--relationship_mode ai \
--ai_settings_relationships openai:gpt-4o \
--input_file tests/data/manually_generated_reports/disarm_demo.txt \
--name 'DISARM demo' \
--tlp_level clear \
--confidence 100 \
--use_extractions lookup_disarm_name \
--report_id 8cb2dbf0-136f-4ecb-995c-095496e22abc
```

0 comments on commit 219ae63

Please sign in to comment.