Skip to main content
Version: Spectra Analyze 9.1.2

System Alerting

If system alerting is enabled in the Administration ‣ Configuration ‣ System alerting dialog, the following system operations and services will be monitored. Syslog notifications are sent when any of the services or operations meets the condition(s) defined in the table.

SYSTEM OPERATION OR SERVICENOTIFICATION TRIGGER
RAMusage is over 90% for 10 minutes
CPUusage is over 40% for 2 minutes
CPU wait (waiting for IO)over 20% for 2 minutes
Disk usageover 90% for 10 minutes
UWSGI servicedown for 2 minutes
NGINX servicedown for 2 minutes
RABBIT-MQ servicedown for 2 minutes
POSTGRES servicedown for 2 minutes
MEMCACHED servicedown for 2 minutes
CROND servicedown for 2 minutes
SSHD servicedown for 2 minutes
SUPERVISORD servicedown for 2 minutes
SMTPif enabled, but stopped for 4 minutes
NTPDif enabled, but stopped for 4 minutes
Any of the SUPERVISORD servicesif it has crashed
SCALE socketnot detected/does not exist for 4 minutes
SCALE INPUT queuereceiving over 500 messages for 10 minutes
SCALE RETRY queuereceiving over 100 messages for 10 minutes
COLLECTOR queuereceiving over 1000 messages for 10 minutes
CLASSIFICATION queuereceiving over 5000 messages for 10 minutes

Connector Alerts

When Connectors are configured and running, CEF messages for supported events are sent to syslog if system alerting is properly configured on the appliance.

Most alerts are shared between connectors, but there are some connector-specific messages. For the full list of all supported CEF event fields, refer to the table below.

note

Threat detection CEF messages are sent only when the Enable automatic file sorting option is selected in the connector configuration dialog.

CEF event formatting schema

CEF:0|{device.vendor}|{device.name}|{device.version}|{signature.id}|{name}|{severity}|
csxLabel={label.value} csx={field.value}

CEF event fields

Signature IDsCEF event fieldDescriptionSupported connectors
Threat detectioncs1Labelcs1 field label. Always equals classificationNetwork File Share, AbuseBox, S3
Threat detectioncs1File classification status (malicious, suspicious, goodware, unknown)Network File Share, AbuseBox, S3
Threat detectioncs2labelcs2 field label. Always equals detectionNameNetwork File Share, AbuseBox, S3
Threat detectioncs2The detected threat name, formatted according to the ReversingLabs Malware Naming Standard.Network File Share, AbuseBox, S3
Threat detectioncs3labelcs3 field label. Always equals detectionReasonNetwork File Share, AbuseBox, S3
Threat detectioncs3The appliance that analyzed and classified the file. Possible values are A1000, TitaniumScaleNetwork File Share, AbuseBox, S3
connector_healthcs4Labelcs4 field label. Always equals app_healthNetwork File Share, AbuseBox, S3
connector_healthcs4Sent if there are any errors or performance issues with the connector or the appliance. Always equals FAILEDNetwork File Share, AbuseBox, S3
connector_mount_success, connector_mount_failurecs5Labelcs5 field label. Always equals mountNetwork File Share
connector_mount_success, connector_mount_failurecs5Sent on network resource mount events. Possible values are SUCCESS for connector_mount_success and FAILED for connector_mount_failure.Network File Share
connector_readcs6Labelcs6 field label. Always equals file_readNetwork File Share, AbuseBox, S3
connector_readcs6Sent when the connector fails to read the file from the connected storage/mail account. Always equals FAILEDNetwork File Share, AbuseBox, S3
connector_uploadcs7Labelcs7 field label. Always equals analysisNetwork File Share, AbuseBox, S3
connector_uploadcs7Sent when files fail to upload to the appliance for analysis. Always equals FAILEDNetwork File Share, AbuseBox, S3
connector_move_filescs8Labelcs8 field label. Always equals file_movingNetwork File Share, S3
connector_move_filescs8If advanced file sorting is enabled for the connector, this event is sent for each file move. Possible values are FAILED, SUCCESSNetwork File Share, S3
connector_unmount_success, connector_unmount_failurecs9Labelcs9 field label for connector unmount events. Always equals unmountNetwork File Share
connector_unmount_success, connector_unmount_failurecs9Shows the network resource unmount status. Possible values are SUCCESS for connector_unmount_success and FAILED for connector_unmount_failure.Network File Share
Threat detection, connector_move_files, connector_upload, connector_readcs9Labelcs9 field label for events related to file operations. Always equals fileNameNetwork File Share, S3
Threat detection, connector_move_files, connector_upload, connector_readcs9Shows the name of the file related to the specific eventNetwork File Share, S3
connector_unmount_success, connector_unmount_failurecs10Labelcs10 field label. Always equals mountAddressNetwork File Share
All event types except Threat detectioncs10The address of the network resourceNetwork File Share
connector_email_fetch_failure, connector_email_fetch_successcs11Labelcs11 field label. Always equals email_fetchAbuseBox
connector_email_fetch_failure, connector_email_fetch_successcs11Sent when the connector fails/succeeds in downloading an email message from the connected email account to the appliance. Always equals FAILED for connector_email_fetch_failure and SUCCESS for connector_email_fetch_successAbuseBox
connector_email_fetch_failure, connector_email_fetch_successcs12Labelcs12 field label. Always equals exchangeServerAbuseBox
connector_email_fetch_failure, connector_email_fetch_successcs12The address of the Exchange server (without the protocol scheme) from which the connector is attempting to retrieve email.AbuseBox
connector_email_fetch_failurecs13Labelcs13 field label. Always equals failure_reasonAbuseBox
connector_email_fetch_failurecs13The reason why email failed to download. Possible values are:connection error, non_existing_smtp_address,authentication_error, non_existing_inbox_folder,disk_threshold_reachedAbuseBox
connector_move_filescs14Labelcs14 field label. Always equals destinationAbuseBox
connector_move_filescs14If advanced file sorting is enabled for the connector, this is the destination where the file was moved during processing.Network File Share, S3
All CEF messages except those that already contain the mountAddress fieldcs15Labelcs15 field label. Always equals sourceAddressNetwork File Share, S3
All CEF messages except those that already contain the mountAddress fieldcs15The address of the file source (for example a network file share, or an S3 bucket)Network File Share, S3

Examples

  1. Success mounting a network drive (Network File Share)

    CEF:0|ReversingLabs|TitaniumCore|3.9.3.0|connector_mount_success|connector_mount_success|0|
    cs5Label=mount cs5=SUCCESS
  2. Failure reading files from a network drive (Network File Share)

    CEF:0|ReversingLabs|TitaniumCore|3.9.3.0|connector_read|connector_read|10|cs6Label=file_read
    cs6=FAILED cs9Label=fileName cs9=/mnt/incoming/installer.msi
  3. Threat detection for files uploaded from a network drive (Network File Share)

    CEF:0|ReversingLabs|TitaniumCore|3.9.3.0|detection|Threat detection|10|fileHash=93f5a83b850becd35f12fca8acs907ead
    cs2Label=classification cs2=malicious cs1Label=detectionName cs1=ByteCode-MSIL.Trojan.Genkryptik reason=cloud
  4. Success fetching email (AbuseBox)

    CEF:0|ReversingLabs|A1000|5.11.0|connector_email_fetch_success|connector_email_fetch_success|0|
    cs12Label=exchangeServer cs12=devops-exchange.exch.rl.lan cs11Label=email_fetch cs11=SUCCESS
  5. Failure fetching email (AbuseBox)

    CEF:0|ReversingLabs|A1000|5.11.0|connector_email_fetch_failure|connector_email_fetch_failure|10|
    cs13Label=failure_reason cs13=authentication_error cs12Label=exchangeServer cs12=devops-exchange.exch.rl.lan
    cs11Label=email_fetch cs11=FAILED
  6. Connector/appliance in an unhealthy state (Network File Share, AbuseBox, S3)

    CEF:0|ReversingLabs|A1000|5.11.0|connector_health|connector_health|10|cs4Label=app_health cs4=FAILED
  7. Failed file upload (Network File Share, AbuseBox, S3)

    CEF:0|ReversingLabs|A1000|5.11.0|connector_upload|connector_upload|10|cs9Label=fileName cs9=application_windows.exe cs7Label=analysis cs7=FAILED
  8. Successful file move (Network File Share, S3)

    CEF:0|ReversingLabs|A1000|5.10.8-1|connector_move_files|connector_move_files|0|cs9Label=fileName cs9=BavPro_Setup_GL.zip cs8Label=file_moving cs8=SUCCESS cs14Label=destination cs14=/Malicious/BavPro_Setup_GL.zip