Sha256: f7e4090c5c0bdbd9366a40235647cae16d4ee7e7b0f0634fd1168b8b2a846a59
Contents?: true
Size: 774 Bytes
Versions: 7
Compression:
Stored size: 774 Bytes
Contents
module Mihari module Analyzers class VirusTotalIntelligence < Base attr_reader query: String attr_reader title: String attr_reader description: String attr_reader tags: Array[String] def initialize: (*untyped args, **untyped kwargs) -> void def artifacts: () -> (Array[String] | Array[Mihari::Artifact]) private def configuration_keys: () -> ::Array["virustotal_api_key"] # # VT API # # @return [::VirusTotal::API] # def api: () -> untyped # # Search with cursor # # @return [Array<Mihari::Structs::VirusTotalIntelligence::Response>] # def search_witgh_cursor: () -> Array[Mihari::Structs::VirusTotalIntelligence::Response] end end end
Version data entries
7 entries across 7 versions & 1 rubygems