Skip to content

A connector to upload MISP Threat Intelligence to Maltiverse Platform

License

Notifications You must be signed in to change notification settings

maltiverse/misp-maltiverse-connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

misp-maltiverse-connector

A connector to upload MISP Threat Intelligence to Maltiverse Platform

usage: misp-maltiverse-connector.py [-h] --maltiverse-api-key MALTIVERSE_API_KEY --misp-api-key MISP_API_KEY --misp-url MISP_URL
                                    [--publish-timestamp PUBLISH_TIMESTAMP] [--add-tag-maltiverse ADD_TAG_MALTIVERSE] [--filter-to-ids TO_IDS]
                                    [--filter-org ORG] [--filter-eventid EVENTID] [--filter-tags FILTER_TAGS]

options:
  -h, --help            show this help message and exit
  --maltiverse-api-key MALTIVERSE_API_KEY
                        Specifies Maltiverse APIKEY. Required
  --misp-api-key MISP_API_KEY
                        Specifies the MISP APIKEY to retrieve events from.
  --misp-url MISP_URL   Specifies the MISP URL to retrieve events from.
  --publish-timestamp PUBLISH_TIMESTAMP
                        Specifies the time window of events retrieved from MISP. Default 1h
  --add-tag-maltiverse ADD_TAG_MALTIVERSE
                        Specifies a list of comma separated tags to add to Maltiverse IoCs
  --filter-to-ids TO_IDS
                        Select if you want to filter only to_ids attributes. (0 | 1 | None)
  --filter-org ORG      Filter events by Organization ID
  --filter-eventid EVENTID
                        Filter events by Event ID
  --filter-tags FILTER_TAGS
                        Filter events by MISP Tags. You can specify a list of comma separated tags to filter by

About

A connector to upload MISP Threat Intelligence to Maltiverse Platform

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages