
Research
/Security News
Contagious Interview Campaign Escalates With 67 Malicious npm Packages and New Malware Loader
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
|Build_Status| |Version|
An extension to python-stix supporting STIX Data Markings for the Enhance Shared Situational Awareness (ESSA) <https://www.us-cert.gov/essa>
_
Initiative's Information Sharing Architecture (ISA) Access Control Specification
(ACS), which are based on the US Intelligence Community's Enterprise Data Header
(EDH) specification.
stix-edh supports version 2.0 of the ISA Marking extensions for STIX, published January 19, 2016:
These schemas use version 3.0 of the Smart Data EDH Cyber Profile, and correspond to ACS Version 3.0.
NOTE: stix-edh does not currently support version 1.0 of the ISA Marking extensions (published February 26, 2015), which use the schemas below. Version 1.0 of the ISA Marking extensions use version 2.0 of the Smart Data EDH Cyber Profile, and corresponds to ACS Version 2.0.
The stix-edh
library itself uses semantic versioning <http://semver.org/>
_, and the version numbers are unrelated to the versions of
EDH, ACS, or ISA.
To parse XML using with EDH data markings, just import stix_edh
after
import stix
.
.. code:: python
import stix
import stix_edh # automatically registers extensions with python-stix
# Go on to parse your stix package
from stix.core import STIXPackage
package = STIXPackage.from_xml('stix.xml')
To create data markings, create an instance of stix_edh.ISAMarkings
or
stix_edh.ISAMarkingsAssertions
, and add it to a MarkingSpecification
object as a MarkingStructure
. See examples/create-isa.py
in the source
repository for more information.
Python 3.7+
python-stix
mixbox > 1.0.5
This software was produced for the U. S. Government, and is subject to the Rights in Data-General Clause 52.227-14, Alt. IV (DEC 2007).
Copyright (c) 2017, The MITRE Corporation. All Rights Reserved.
.. |Build_Status| image:: https://github.com/mitre/stix-edh/workflows/stix-edh%20test%20harness/badge.svg :target: https://github.com/mitre/stix-edh/actions?query=workflow%3A%22stix-edh+test+harness%22 .. |Version| image:: https://img.shields.io/pypi/v/stix-edh.svg?maxAge=3600 :target: https://pypi.python.org/pypi/stix-edh/
FAQs
An EDH marking extension API for python-stix.
We found that stix-edh demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.
Security News
Meet Socket at Black Hat & DEF CON 2025 for 1:1s, insider security talks at Allegiant Stadium, and a private dinner with top minds in software supply chain security.
Security News
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.