Version: 2.1.0.13

cybox.helper module

CybOX Common Indicator API

An api for creating observables for common indicators: ipv4 addresses, domain names, file hashes, and urls.

cybox.helper.create_domain_name_observable(domain_name)[source]

Create a CybOX Observable representing a domain name.

cybox.helper.create_email_address_observable(email_address)[source]

Create a CybOX Observable representing an IPv4 address

cybox.helper.create_file_hash_observable(fn, hash_value)[source]

Create a CybOX Observable representing a file hash.

cybox.helper.create_ipv4_list_observables(list_ipv4_addresses)[source]

Create a list of CybOX Observables, each representing an IPv4 address

cybox.helper.create_ipv4_observable(ipv4_address)[source]

Create a CybOX Observable representing an IPv4 address

cybox.helper.create_url_observable(url)[source]