Sha256: 3171189bb3a86fa37b5c38a72bec7f7cd98b17dd43ed001aaf47919449d82002
Contents?: true
Size: 741 Bytes
Versions: 18
Compression:
Stored size: 741 Bytes
Contents
module Mihari module Analyzers class VirusTotalIntelligence < Base attr_reader query: String attr_reader interval: ::Integer attr_reader api_key: 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
18 entries across 18 versions & 1 rubygems