Skip to content

Latest commit

ย 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 

Repository files navigation

The official index of detectors, enrichers, and transformers for the iocx extraction engine.

iocxโ€‘plugins is the central directory for all plugins built for the iocx ecosystem โ€” including official plugins maintained by MalX Labs and communityโ€‘contributed extensions. If youโ€™re building or integrating with iocx, this is the place to discover new capabilities and share your own.

๐Ÿ”ง What are iocx plugins?

Plugins extend the iocx extraction pipeline with specialised logic for:

  • Detectors โ€” extract new IOC types (mutexes, registry keys, cloud artifacts, etc.)
  • Transformers โ€” normalise or reshape input before extraction
  • Enrichers โ€” add metadata or context to extracted indicators

Plugins are discovered automatically via Python entry points and executed in a deterministic order.

๐Ÿ“ฆ Official Plugins

These plugins are maintained by MalX Labs and serve as reference implementations for the ecosystem.

Plugin Type Description Repository
iocx-registry-keys Detector + Enricher Identifies Windows registry key paths in logs and binaries. https://github.com/iocx-dev/iocx-registry-keys

๐ŸŒฑ Community Plugins

These plugins are contributed and maintained by the community.

If youโ€™ve built a plugin, open a PR to add it here. Include:

  • plugin name
  • plugin type
  • short description
  • repository link
  • maintainer name

๐Ÿš€ Building Your First Plugin

If you want to create a plugin, start with the official guide:

The guide covers:

  • plugin structure
  • entry points
  • detector/enricher/transformer patterns
  • testing plugins
  • publishing to PyPI
  • versioning and compatibility

๐Ÿงช Testing Plugins

Plugins can be tested locally using:

iocx sample.exe --dev --enrich

See the documentation for full examples and recommended test fixtures.

๐Ÿค Contributing

Contributions are welcome โ€” whether itโ€™s a new plugin, improvements to existing ones, or ideas for the ecosystem. Open an issue or PR to get started.

๐Ÿ” Security

If you discover a security issue in an official plugin, please follow the security policy in the main iocx repository

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors