Sha256: c9235c2616a3f1a9b2470b2aab219757d505e669b7210fba8329c170fd907cb4
Contents?: true
Size: 695 Bytes
Versions: 19
Compression:
Stored size: 695 Bytes
Contents
module Mihari module Emitters class MISP < Base def initialize: () -> void # @return [true, false] def valid?: () -> bool def emit: (title: String title, artifacts: Array[Mihari::Artifact] artifacts, ?tags: Array[String] tags, **untyped _options) -> void private def configuration_keys: () -> ::Array["misp_api_endpoint" | "misp_api_key"] def build_attribute: (Mihari::Artifact artifact) -> untyped def hash_type: (String value) -> String? def to_misp_type: (type: String `type`, value: String value) -> String? def api_endpoint?: () -> bool def api_key?: () -> bool def ping?: () -> bool end end end
Version data entries
19 entries across 19 versions & 1 rubygems