Skip to content

Constants

psengine.enrich.constants

SOAR_POST_ROWS module-attribute

SOAR_POST_ROWS = 2000

ALLOWED_ENTITIES module-attribute

ALLOWED_ENTITIES = Literal[
    'company',
    'company_by_domain',
    'company/by_domain',
    'domain',
    'hash',
    'ip',
    'malware',
    'url',
    'vulnerability',
    'Company',
    'Organization',
    'InternetDomainName',
    'Hash',
    'IpAddress',
    'Malware',
    'URL',
    'CyberVulnerability',
]

ENTITY_FIELDS module-attribute

ENTITY_FIELDS = ['entity', 'risk', 'timestamps']

MALWARE_FIELDS module-attribute

MALWARE_FIELDS = ['entity', 'timestamps']