Skip to content

akreffett/Iodef-Pb-Format-Stix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

##################################################################################################################################
#Copyright 2013 Carnegie Mellon University
#
#This material is based upon work funded and supported by Department of Homeland Security under 
#Contract No. FA8721-05-C-0003 with Carnegie Mellon University for the operation of the Software Engineering Institute,
#a federally funded research and development center sponsored by the United States Department of Defense.
#
#Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) 
#and do not necessarily reflect the views of Department of Homeland Security or the United States Department of Defense.
#
#References herein to any specific commercial product, process, or service by trade name, trade mark, manufacturer, or otherwise,
#does not necessarily constitute or imply its endorsement, recommendation, or favoring by Carnegie Mellon University 
#or its Software Engineering Institute.
#
#NO WARRANTY. THIS CARNEGIE MELLON UNIVERSITY AND SOFTWARE ENGINEERING INSTITUTE MATERIAL IS FURNISHED ON AN "AS-IS" BASIS.
#CARNEGIE MELLON UNIVERSITY MAKES NO WARRANTIES OF ANY KIND, EITHER EXPRESSED OR IMPLIED, AS TO ANY MATTER INCLUDING,
#BUT NOT LIMITED TO, WARRANTY OF FITNESS FOR PURPOSE OR MERCHANTABILITY, EXCLUSIVITY, OR RESULTS OBTAINED FROM USE OF THE MATERIAL.
#CARNEGIE MELLON UNIVERSITY DOES NOT MAKE ANY WARRANTY OF ANY KIND WITH RESPECT TO FREEDOM FROM PATENT, TRADEMARK,
#OR COPYRIGHT INFRINGEMENT.
#
#This material has been approved for public release and unlimited distribution.
#
#Carnegie Mellon(R) is registered in the U.S. Patent and Trademark Office by Carnegie Mellon University.
#
#DM-0000800
##################################################################################################################################

== GENERAL INFORMATION ==

Plug-in Name: Stix
Version: 1.0.0
PL: Perl
OS: RHEL 6


== DESCRIPTION ==

This is a Perl plug-in for CIF that passes JSON-like formatted result of CIF query to Python module to build STIX/Cybox document.

== INSTUCTIONS ==

The Perl plug-in requires installation of:
- IPC-Run (IPC::Run qw(run))

Make sure that installation structure exists under CIF location: lib>>Iodef>>Pb>>Format.

Copy the plug-in (Stix.pm) into /Format/ directory.

To integrate it with the Python module, provide a full path to the Python Module (cif-json2stix.py) in $pythonmodule.

If Python module is not installed yet, uncomment following line in the code: push(@cmd,'python2.6').

== OTHER ==

Contributor: Nataliya A. Shevchenko, SEI CERT
Date: December 4th, 2013

About

Stix output formatter for Iodef::Pb::Simple

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages