map-my-shifter
STIX-Shifter Connector's Mapping Builder
The map-my-shifter (MMS) project provides a visual way for building mapping files for STIX-Shifter project. A typical connector requires two types of fields mapping:
file:name
, is mapped to the target data source's field. Read more...{"filename": "xxxxx"}
should be translated to STIX object of type file
. Read more...https://barvhaim.github.io/map-my-shifter/
MMS is a static client side app, there is no backend involved, except from serving the static content. It is built with ReactJS library, and designed using Carbon Design System components.
yarn install
command in the project root folder.yarn start
runs the app in development mode. Open http://localhost:3000 to view it in the browser. The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.yarn build
builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.map-my-shifter is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
Built with ❤️ from IBM Cyber Security Center of Excellence (CCoE)