mirror of
https://github.com/mukul975/Anthropic-Cybersecurity-Skills.git
synced 2026-07-19 14:09:40 +03:00
19 lines
631 B
Markdown
19 lines
631 B
Markdown
---
|
|
name: implementing-security-information-sharing-with-stix2
|
|
description: >
|
|
Create, validate, and share STIX 2.1 threat intelligence objects using
|
|
the stix2 Python library. Covers indicators, malware, campaigns,
|
|
relationships, bundles, and TAXII 2.1 publishing.
|
|
domain: cybersecurity
|
|
subdomain: threat-intelligence
|
|
tags: [stix, taxii, threat-sharing, intelligence-exchange]
|
|
version: "1.0"
|
|
author: mahipal
|
|
license: Apache-2.0
|
|
---
|
|
|
|
# Implementing Security Information Sharing with STIX 2.1
|
|
|
|
Build and share structured threat intelligence using STIX 2.1 objects
|
|
with the stix2 Python library and TAXII 2.1 transport protocol.
|