txt2stix 1.1.0__tar.gz → 1.1.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {txt2stix-1.1.0 → txt2stix-1.1.2}/PKG-INFO +1 -1
- {txt2stix-1.1.0 → txt2stix-1.1.2}/pyproject.toml +1 -1
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/test_bundler.py +31 -45
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/bundler.py +3 -4
- {txt2stix-1.1.0 → txt2stix-1.1.2}/.env.example +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/.env.markdown +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/.github/workflows/create-release.yml +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/.github/workflows/run-tests.yml +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/.gitignore +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/LICENSE +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/README.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/docs/README.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/docs/stix-mapping.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/docs/txt2stix.png +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/extractions/ai/config.yaml +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/extractions/lookup/config.yaml +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/extractions/pattern/config.yaml +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/helpers/mimetype_filename_extension_list.csv +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/helpers/stix_relationship_types.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/helpers/tlds.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/helpers/windows_registry_key_prefix.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/_README.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/_generate_lookups.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/attack_pattern.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/campaign.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/country_iso3166_alpha2.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/course_of_action.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/disarm_id_v1_5.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/disarm_name_v1_5.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/extensions.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/identity.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/infrastructure.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/intrusion_set.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/malware.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_atlas_id_v4_5_2.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_atlas_name_v4_5_2.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_enterprise_aliases_v16_0.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_enterprise_id_v16_0.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_enterprise_name_v16_0.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_ics_aliases_v16_0.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_ics_id_v16_0.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_ics_name_v16_0.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_mobile_aliases_v16_0.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_mobile_id_v16_0.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_mobile_name_v16_0.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_capec_id_v3_9.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_capec_name_v3_9.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_cwe_id_v4_15.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_cwe_name_v4_15.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/threat_actor.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/tld.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/tool.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/includes/tests/test_cases.yaml +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/requirements.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/README.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/ai_country.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/ai_mitre_attack_enterprise.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/ai_mitre_attack_ics.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/ai_mitre_attack_mobile.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/ai_mitre_capec.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/ai_mitre_cwe.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/all_cases.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_autonomous_system_number.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_all.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_amex.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_diners.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_discover.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_jcb.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_mastercard.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_union_pay.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_visa.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_country_alpha2.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cpe_uri.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cryptocurrency_btc_transaction.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cryptocurrency_btc_wallet.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cryptocurrency_eth_transaction.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cryptocurrency_eth_wallet.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cryptocurrency_xmr_transaction.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cryptocurrency_xmr_wallet.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cve_id.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_directory_unix.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_directory_unix_file.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_directory_windows.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_directory_windows_with_file.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_disarm.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_disarm_name.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_domain_name_only.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_domain_name_subdomain.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_email_address.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_file_hash_md5.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_file_hash_sha_1.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_file_hash_sha_224.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_file_hash_sha_256.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_file_hash_sha_384.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_file_hash_sha_512.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_file_name.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_host_name.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_host_name_file.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_host_name_path.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_host_name_subdomain.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_host_name_url.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_iban_number.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_ipv4_address_cidr.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_ipv4_address_only.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_ipv4_address_port.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_ipv6_address_cidr.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_ipv6_address_only.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_ipv6_address_port.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mac_address.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_atlas.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_atlas_name.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_enterprise.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_enterprise_aliases.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_enterprise_name.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_ics.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_ics_aliases.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_ics_name.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_mobile.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_mobile_aliases.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_mobile_name.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_capec.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_capec_name.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_cwe.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_cwe_name.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_phone_number.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_url.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_url_file.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_url_path.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_user_agent.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_windows_registry_key.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/lookup_attack_pattern.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/lookup_campaign.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/lookup_course_of_action.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/lookup_identity.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/lookup_infrastructure.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/lookup_intrusion_set.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/lookup_malware.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/lookup_threat_actor.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/lookup_tool.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/ai_index_position.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/attack_flow_demo.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/attack_navigator_demo.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/bad_vulmatch_lookups.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/basic_relationship.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/char_length_too_long.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/descriptive_for_ai_relationships_1.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/disarm_demo.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/embedded_img_ignore.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/embedded_link_ignore.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/ip1.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/ip2.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/known_whitelist_match.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/mitre_attack_enterprise_ai_demo.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/mitre_attack_enterprise_lookup_demo.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/mixed_extractions.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/not_security_content.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/test_ai_hash_error_with_stix2_lib.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/test_aliases.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/test_extraction_boundary.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/test_extraction_escapes.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/APT28-Center-of-Storm-2017.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/Bitdefender-Labs-Report-X-creat6958-en-EN.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/FireEyeAPT39.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/France_CERT_APT31_Pakdoor_TLPWHITE.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/Group-IB_Ransomware_Uncovered_whitepaper_eng.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/JOINT_CSA_HUNTING_RU_INTEL_SNAKE_MALWARE_20230509.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/TA22-0126-QAKBOT-analysis-TLP-GREEN.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/dinners_card.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/mandiant-apt1.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/mykings_report_final.txt +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/manual-tests/cases-ai-relationships.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/manual-tests/cases-extraction-type-ai.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/manual-tests/cases-extraction-type-lookup.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/manual-tests/cases-extraction-type-pattern.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/manual-tests/cases-standard-tests.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/scripts/generate_simple_extraction_test_cases_txt_files.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/test_attack_flow.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/test_extractors.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/test_indicator.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/test_lookups.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/test_main.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/test_retriever.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/test_run_txt2stix.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/test_utils.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/tests/src/utils.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/ai_extractor/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/ai_extractor/anthropic.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/ai_extractor/base.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/ai_extractor/deepseek.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/ai_extractor/gemini.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/ai_extractor/openai.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/ai_extractor/openrouter.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/ai_extractor/prompts.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/ai_extractor/utils.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/attack_flow.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/common.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/credential_checker.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/extractions.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/indicator.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/lookups.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/base_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/card/README.md +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/card/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/card/amex_card_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/card/diners_card_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/card/discover_card_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/card/jcb_card_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/card/master_card_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/card/union_card_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/card/visa_card_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/crypto/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/crypto/btc_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/directory/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/directory/unix_directory_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/directory/unix_file_path_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/directory/windows_directory_path_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/directory/windows_file_path_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/domain/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/domain/domain_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/domain/hostname_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/domain/sub_domain_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/hashes/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/hashes/md5_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/hashes/sha1_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/hashes/sha224_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/hashes/sha2_256_exactor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/hashes/sha2_512_exactor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/hashes/sha3_256_exactor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/hashes/sha3_512_exactor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/helper.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/ip/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/ip/ipv4_cidr_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/ip/ipv4_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/ip/ipv4_port_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/ip/ipv6_cidr_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/ip/ipv6_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/ip/ipv6_port_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/asn_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/cpe_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/cve_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/email_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/filename_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/iban_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/mac_address_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/phonenumber_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/user_agent_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/others/windows_registry_key_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/url/__init__.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/url/url_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/url/url_file_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/pattern/extractors/url/url_path_extractor.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/retriever.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/stix.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/txt2stix.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix/utils.py +0 -0
- {txt2stix-1.1.0 → txt2stix-1.1.2}/txt2stix.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: txt2stix
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.2
|
|
4
4
|
Summary: 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.
|
|
5
5
|
Project-URL: Homepage, https://github.com/muchdogesec/txt2stix
|
|
6
6
|
Project-URL: Issues, https://github.com/muchdogesec/txt2stix/issues
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "txt2stix"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.2"
|
|
8
8
|
authors = [{ name = "dogesec" }]
|
|
9
9
|
maintainers = [{ name = "dogesec" }]
|
|
10
10
|
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."
|
|
@@ -80,15 +80,13 @@ def test_constructor(tlp_level, identity, created, modified):
|
|
|
80
80
|
BankCard(number="1234567891011"),
|
|
81
81
|
],
|
|
82
82
|
)
|
|
83
|
-
def test_add_ref(obj):
|
|
84
|
-
bundler = utils.dummy_bundler()
|
|
83
|
+
def test_add_ref(bundler, obj):
|
|
85
84
|
bundler.add_ref(obj)
|
|
86
85
|
assert obj in bundler.bundle.objects
|
|
87
86
|
assert obj.id in bundler.added_objects
|
|
88
87
|
|
|
89
88
|
|
|
90
|
-
def test_add_indicator():
|
|
91
|
-
bundler = utils.dummy_bundler()
|
|
89
|
+
def test_add_indicator(bundler):
|
|
92
90
|
mocked_extractor = MagicMock()
|
|
93
91
|
bundler.all_extractors = dict(placeholder_extractor=mocked_extractor)
|
|
94
92
|
mocked_related_refs = MagicMock()
|
|
@@ -157,17 +155,7 @@ def test_add_indicator_raises_minor_exception():
|
|
|
157
155
|
bundler.add_indicator(extracted, add_standard_relationship=False)
|
|
158
156
|
|
|
159
157
|
|
|
160
|
-
|
|
161
|
-
def test_flow_objects():
|
|
162
|
-
bundler = txt2stixBundler(
|
|
163
|
-
name="FlowTest",
|
|
164
|
-
identity=None,
|
|
165
|
-
tlp_level="clear",
|
|
166
|
-
description="desc",
|
|
167
|
-
confidence=10,
|
|
168
|
-
extractors={},
|
|
169
|
-
labels=[]
|
|
170
|
-
)
|
|
158
|
+
def test_flow_objects(bundler):
|
|
171
159
|
|
|
172
160
|
obj = {"id": "indicator--123", "type": "indicator", "name": "x"}
|
|
173
161
|
bundler.flow_objects = [obj, bundler.report]
|
|
@@ -177,19 +165,7 @@ def test_flow_objects():
|
|
|
177
165
|
assert bundler.flow_objects == [obj, bundler.report]
|
|
178
166
|
|
|
179
167
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
def test_add_standard_relationship():
|
|
183
|
-
bundler = txt2stixBundler(
|
|
184
|
-
name="Test",
|
|
185
|
-
identity=None,
|
|
186
|
-
tlp_level="amber",
|
|
187
|
-
description="desc",
|
|
188
|
-
confidence=30,
|
|
189
|
-
extractors={},
|
|
190
|
-
labels=[],
|
|
191
|
-
report_id="d9f3b306-e7fe-4074-b89a-33ce54280718"
|
|
192
|
-
)
|
|
168
|
+
def test_add_standard_relationship(bundler):
|
|
193
169
|
|
|
194
170
|
bundler.id_value_map["identity--6493ad42-ec4d-4260-b2e9-3f3a1110193c"] = "valA"
|
|
195
171
|
bundler.id_value_map["phone-number--8764871f-6521-4401-bbf2-a17538435f49"] = "valB"
|
|
@@ -200,12 +176,13 @@ def test_add_standard_relationship():
|
|
|
200
176
|
|
|
201
177
|
found = [obj for obj in bundler.bundle.objects if obj['id'] == "relationship--290e1319-7a95-5f51-b2c5-463f896cb35a"][0]
|
|
202
178
|
assert found.description == "valA xx related to valB"
|
|
203
|
-
assert found.relationship_type == "
|
|
179
|
+
assert found.relationship_type == "related-to" #renamed cause invalid
|
|
204
180
|
assert found.source_ref == "identity--6493ad42-ec4d-4260-b2e9-3f3a1110193c"
|
|
205
181
|
assert found.target_ref == "phone-number--8764871f-6521-4401-bbf2-a17538435f49"
|
|
206
182
|
|
|
207
|
-
|
|
208
|
-
|
|
183
|
+
@pytest.fixture
|
|
184
|
+
def bundler():
|
|
185
|
+
return txt2stixBundler(
|
|
209
186
|
name="Test",
|
|
210
187
|
identity=None,
|
|
211
188
|
tlp_level="amber",
|
|
@@ -215,6 +192,8 @@ def test_add_ai_relationship():
|
|
|
215
192
|
labels=[],
|
|
216
193
|
report_id="d9f3b306-e7fe-4074-b89a-33ce54280718"
|
|
217
194
|
)
|
|
195
|
+
|
|
196
|
+
def test_add_ai_relationship(bundler):
|
|
218
197
|
bundler.id_map['ex1'] = ["phone-number--8764871f-6521-4401-bbf2-a17538435f49", "indicator--401855b2-bd7a-444f-95b1-723efbdba33b"]
|
|
219
198
|
bundler.id_map['ex2'] = ["identity--6493ad42-ec4d-4260-b2e9-3f3a1110193c"]
|
|
220
199
|
bundler.id_value_map["identity--6493ad42-ec4d-4260-b2e9-3f3a1110193c"] = "valA"
|
|
@@ -226,25 +205,13 @@ def test_add_ai_relationship():
|
|
|
226
205
|
mock_add_standard_relationship.assert_any_call("indicator--401855b2-bd7a-444f-95b1-723efbdba33b", "identity--6493ad42-ec4d-4260-b2e9-3f3a1110193c", "in-use-by")
|
|
227
206
|
|
|
228
207
|
|
|
229
|
-
|
|
230
|
-
def test_add_summary():
|
|
231
|
-
bundler = txt2stixBundler(
|
|
232
|
-
name="Test",
|
|
233
|
-
identity=None,
|
|
234
|
-
tlp_level="amber",
|
|
235
|
-
description="desc",
|
|
236
|
-
confidence=30,
|
|
237
|
-
extractors={},
|
|
238
|
-
labels=['report-label1'],
|
|
239
|
-
report_id="d9f3b306-e7fe-4074-b89a-33ce54280718"
|
|
240
|
-
)
|
|
208
|
+
def test_add_summary(bundler):
|
|
241
209
|
summary = "This is a summary"
|
|
242
210
|
bundler.add_summary(summary, "some-random-ai-provider")
|
|
243
211
|
assert bundler.summary == summary
|
|
244
212
|
assert dict(external_id="some-random-ai-provider", source_name='txt2stix_ai_summary', description=summary) in bundler.report.external_references
|
|
245
213
|
|
|
246
|
-
|
|
247
|
-
|
|
214
|
+
|
|
248
215
|
def test_process_observables_and_process_relationships():
|
|
249
216
|
extractor = MagicMock()
|
|
250
217
|
extractor.stix_mapping = "domain-name"
|
|
@@ -311,3 +278,22 @@ def test_tlp_level_get_by_string():
|
|
|
311
278
|
assert TLP_LEVEL.get("amber_strict") == TLP_LEVEL.AMBER_STRICT
|
|
312
279
|
assert TLP_LEVEL.get("amber+strict") == TLP_LEVEL.AMBER_STRICT
|
|
313
280
|
assert TLP_LEVEL.get("amber-strict") == TLP_LEVEL.AMBER_STRICT
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
def test_relationship_types(bundler):
|
|
284
|
+
relationship = bundler.new_relationship(
|
|
285
|
+
"email-addr--b2e7528e-0693-57c1-8f2c-5cc679fb61fc",
|
|
286
|
+
"domain-name--8f17bb97-632c-57ca-8856-879a3fd651ce",
|
|
287
|
+
"sent-from",
|
|
288
|
+
)
|
|
289
|
+
assert (
|
|
290
|
+
relationship["relationship_type"] == "related-to"
|
|
291
|
+
), "unsupported relationship type must be fallback to `related-to`"
|
|
292
|
+
relationship = bundler.new_relationship(
|
|
293
|
+
"domain-name--8f17bb97-632c-57ca-8856-879a3fd651ce",
|
|
294
|
+
"ipv4-addr--b2e7528e-0693-57c1-8f2c-5cc679fb61fc",
|
|
295
|
+
"resolves-to",
|
|
296
|
+
)
|
|
297
|
+
assert (
|
|
298
|
+
relationship["relationship_type"] == "resolves-to"
|
|
299
|
+
), "relationship type is supported"
|
|
@@ -384,11 +384,10 @@ class txt2stixBundler:
|
|
|
384
384
|
}
|
|
385
385
|
],
|
|
386
386
|
)
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
except Exception as e:
|
|
387
|
+
error = relationships_strict(relationship)
|
|
388
|
+
if error:
|
|
390
389
|
relationship['relationship_type'] = 'related-to'
|
|
391
|
-
logger.debug(
|
|
390
|
+
logger.debug(error)
|
|
392
391
|
return parse_stix(relationship, allow_custom=True)
|
|
393
392
|
|
|
394
393
|
def to_json(self):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/includes/lookups/mitre_attack_enterprise_aliases_v16_0.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/ai_mitre_attack_enterprise.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_autonomous_system_number.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_discover.txt
RENAMED
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_mastercard.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_bank_card_union_pay.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cryptocurrency_btc_wallet.txt
RENAMED
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cryptocurrency_eth_wallet.txt
RENAMED
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_cryptocurrency_xmr_wallet.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_directory_unix_file.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_domain_name_subdomain.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_host_name_subdomain.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_enterprise.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_ics_aliases.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_ics_name.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_mobile.txt
RENAMED
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_mitre_attack_mobile_name.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/extraction_types/generic_windows_registry_key.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/ai_index_position.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/attack_flow_demo.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/attack_navigator_demo.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/bad_vulmatch_lookups.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/basic_relationship.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/char_length_too_long.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/embedded_img_ignore.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/embedded_link_ignore.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/known_whitelist_match.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/mixed_extractions.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/not_security_content.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/test_extraction_boundary.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/manually_generated_reports/test_extraction_escapes.txt
RENAMED
|
File without changes
|
{txt2stix-1.1.0 → txt2stix-1.1.2}/tests/data/real_intel_reports/APT28-Center-of-Storm-2017.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|