ASM::threat_campaign

Description

Returns the list of threat campaigns.

Syntax

ASM::threat_campaign <names | staged_names>

ASM::threat_campaign names

  • Returns a list with the names of the threat campaigns found in the transaction.

ASM::threat_campaign staged_names

  • Returns a list with the names of the staged threat campaigns found in the transaction.

Examples

when ASM_REQUEST_DONE {
    log local0. "names=[ASM::threat_campaign names] staged_names=[ASM::threat_campaign staged_names]"
}