Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 837 Bytes

File metadata and controls

32 lines (26 loc) · 837 Bytes

WhoisFreaks::ReputationIntelligence

Properties

Name Type Description Notes
ioc_type String [optional]
ioc_value String [optional]
related_iocs Array<RelatedIoc> [optional]
feed_tags Array<String> [optional]
stix_pattern String [optional]
recommended_action String [optional]
first_seen String [optional]
last_seen String [optional]

Example

require 'whoisfreaks'

instance = WhoisFreaks::ReputationIntelligence.new(
  ioc_type: null,
  ioc_value: null,
  related_iocs: null,
  feed_tags: null,
  stix_pattern: null,
  recommended_action: null,
  first_seen: null,
  last_seen: null
)