
Security Fundamentals
Turtles, Clams, and Cyber Threat Actors: Shell Usage
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
JSON Abstract Data Notation (JADN)
JADN <https://docs.oasis-open.org/openc2/jadn/v1.0/cs01/jadn-v1.0-cs01.html>
_
is an information modeling <https://tools.ietf.org/html/rfc8477#section-2>
_
language used to define the information
needed by applications and to serialize that information using one or more data formats.
It has several purposes, including convenient and expressive definition of data structures,
validation of data instances, providing hints for user interfaces working with structured data,
and facilitating protocol internationalization. A JADN specification consists of two parts:
an Information Model (abstract schema) that is independent of data format,
and serialization rules that define how to represent information using a specific data format.
A single JADN schema defines protocol data in multiple formats including XML, JSON, and
an actually-concise CBOR format. Additional data formats can be defined and applied to any
JADN schema.
The software in this package is organized by function:
core: Load, validate, and save a JADN schema.
codec: Validate, encode, and decode application information using a specified data format:
convert: Convert JADN schema between JSON and documentation formats:
transform: Process a JADN schema to produce another JADN schema:
translate: Convert a JADN schema into a concrete schema language:
* Planned
Quickstart ##########
The quickstart.py <https://github.com/davaya/jadn-pypkg/blob/main/distribution/quickstart.py>
_
script illustrates how to use these functions:
define and validate a schema
convert the schema to and from documentation formats
truncate comments
translate a JADN schema to JSON Schema
validate messages and serialize using multiple data formats:
Make Artifacts ##############
The make_artifacts.py <https://github.com/davaya/jadn-pypkg/blob/main/distribution/make_artifacts.py>
_
script translates all JADN schemas in a source directory to multiple formats in an output directory.
Input formats are:
Output formats are:
Contributors ############
Jerome Czachor - Massive code cleanup, type hinting, conversion classes, refactor using datatypes
Feedback ########
Comments on this software can be submitted using GitHub <https://github.com/davaya/jadn-pypkg>
_ issues and pull requests.
The JADN <https://docs.oasis-open.org/openc2/jadn/v1.0/cs01/jadn-v1.0-cs01.html>
_
specification is being developed by the OASIS OpenC2 Technical Committee.
OASIS members may participate directly in its development;
others may participate indirectly using GitHub issues or the
openc2-comment <https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=openc2>
_ public mail list.
FAQs
JADN schema tools
We found that jadn demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Security Fundamentals
The Socket Threat Research Team uncovers how threat actors weaponize shell techniques across npm, PyPI, and Go ecosystems to maintain persistence and exfiltrate data.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.