ids.bricata.alerts.all
Introduction
This table collects a variety of alert logs analyzed by Bricata IDS.
Source tables
The information displayed is extracted from the following tables:
ids.bricata.brocata
ids.bricata.burocata
Table structure
This is the set of columns displayed by this union table, which is the result of the collection of columns present in all source tables:
Field | Type | Source field name | Extra fields |
---|---|---|---|
eventdate |
|
|
|
originator |
| orig |
|
host |
|
|
|
destination_ip |
|
|
|
destination_ipv4 |
| dest_ip |
|
destination_port |
| dest_port |
|
event_type |
|
|
|
protocol |
| proto |
|
source_ip |
|
|
|
source_ipv4 |
| src_ip |
|
source_port |
| src_port |
|
timestamp |
|
|
|
alert_category |
|
|
|
alert_revision |
| alert_rev |
|
alert_severity |
|
|
|
alert_signature |
|
|
|
alert_signature_id |
|
|
|
event_format |
|
|
|
event_source |
|
|
|
event_uuid |
|
|
|
sensor_ipv4 |
|
|
|
sensor_uuid |
|
|
|
source_geo_city_name |
| src_city_name |
|
source_geo_country_name |
| src_country |
|
source_geo_latitude |
| src_lat |
|
source_geo_longitude |
| src_lon |
|
destination_geo_city_name |
| dst_city_name |
|
destination_geo_country_name |
| dst_country |
|
destination_geo_latitude |
| dst_lat |
|
destination_geo_longitude |
| dst_lon |
|
bytes_analyzed |
|
|
|
connection_uids |
| conn_uids |
|
download |
|
|
|
file_id |
| fid |
|
file_description |
|
|
|
file_name |
| filename |
|
md5 |
|
|
|
mime_type |
|
|
|
bro_protocol |
| bro_proto |
|
recipient_destination_ip |
|
|
|
recipient_destination_ipv4 |
| rx_host |
|
recipient_destination_port |
| rx_port |
|
sha1 |
|
|
|
stored_as |
|
|
|
transfer_protocol |
| transfer_proto |
|
transfer_source_ip |
|
|
|
transfer_source_ipv4 |
| tx_host |
|
transfer_source_port |
| tx_port |
|
cause_message |
| CauseMessage |
|
determinant |
| Determinant |
|
parse_status |
| ParseStatus |
|
sha256 |
| SHA256 |
|
sample_format |
| SampleFormat |
|
sample_scoring_activity_version |
| SampleScoringActivityVersion |
|
sample_scoring_version |
| SampleScoringVersion |
|
score |
| Score |
|
status_cause |
| StatusCause |
|
raise_exception_imports |
| RaiseExceptionImports |
|
os_info_imports |
| OSInfoImports |
|
debug_check_imports |
| DebugCheckImports |
|
terminate_process_imports |
| TerminateProcessImports |
|
codepage_lookup_imports |
| CodepageLookupImports |
|
hostchain |
|
|
|
url |
|
|
|
content_type |
| http_content_type |
|
method |
| http_method |
|
user_agent |
| http_user_agent |
|
hostname |
|
|
|
json_event |
| jsonEvent |
|
tag |
|
| ✓ |
Extra fields
Fields marked as Extra in the table below are not shown by default in data tables and need to be explicitly requested in the query. You can find them marked as Extra when you perform a query so they can be easily identified. Learn more about this in Selecting unrevealed columns.
Field transformations
Even though all source tables have several features in common, they have some particularities that make it necessary to undergo a set of transformations to harmonize them for the union table. The most common transformations comprise changes in the data type or the application of rules when several columns in the source table feed a single column in the union table. You can find below the detailed list of transformations in each source table.
ids.bricata.brocata
Field in union table | Field in source table | Field transformation | Type | Extra fields |
---|---|---|---|---|
eventdate | eventdate |
|
|
|
originator | originator |
|
|
|
host | host |
|
|
|
destination_ip | dest_ip |
|
|
|
destination_ipv4 | destination_ipv4 |
|
|
|
destination_port | destination_port |
|
|
|
event_type | event_type |
|
|
|
protocol | protocol |
|
|
|
source_ip | src_ip |
|
|
|
source_ipv4 | source_ipv4 |
|
|
|
source_port | source_port |
|
|
|
timestamp | timestamp |
|
|
|
alert_category | category |
|
|
|
alert_revision | alert_revision |
|
|
|
alert_severity | severity | int8(severity) |
|
|
alert_signature | signature |
|
|
|
alert_signature_id | signature_id | int8(signature_id) |
|
|
event_format | event_format |
|
|
|
event_source | event_source |
|
|
|
event_uuid | event_uuid |
|
|
|
sensor_ipv4 | sensor_ipv4 | ip4(sensor_ipv4) |
|
|
sensor_uuid | sensor_uuid |
|
|
|
source_geo_city_name | source_geo_city_name |
|
|
|
source_geo_country_name | source_geo_country_name |
|
|
|
source_geo_latitude | source_geo_latitude |
|
|
|
source_geo_longitude | source_geo_longitude |
|
|
|
destination_geo_city_name | destination_geo_city_name |
|
|
|
destination_geo_country_name | destination_geo_country_name |
|
|
|
destination_geo_latitude | destination_geo_latitude |
|
|
|
destination_geo_longitude | destination_geo_longitude |
|
|
|
bytes_analyzed | - |
|
| |
connection_uids | connection_uids |
|
|
|
download | false |
|
| |
file_id | file_id |
|
|
|
file_description | - |
|
| |
file_name | file_name |
|
|
|
md5 | - |
|
| |
mime_type | - |
|
| |
bro_protocol | bro_protocol |
|
|
|
recipient_destination_ip | - |
|
| |
recipient_destination_ipv4 | recipient_destination_ipv4 |
|
|
|
recipient_destination_port | recipient_destination_port |
|
|
|
sha1 | - |
|
| |
stored_as | - |
|
| |
transfer_protocol | transfer_protocol |
|
|
|
transfer_source_ip | - |
|
| |
transfer_source_ipv4 | transfer_source_ipv4 |
|
|
|
transfer_source_port | transfer_source_port |
|
|
|
cause_message | cause_message |
|
|
|
determinant | determinant |
|
|
|
parse_status | parse_status |
|
|
|
sha256 | sha256 |
|
|
|
sample_format | sample_format |
|
|
|
sample_scoring_activity_version | sample_scoring_activity_version |
|
|
|
sample_scoring_version | sample_scoring_version |
|
|
|
score | score |
|
|
|
status_cause | status_cause |
|
|
|
raise_exception_imports | raise_exception_imports |
|
|
|
os_info_imports | os_info_imports |
|
|
|
debug_check_imports | debug_check_imports |
|
|
|
terminate_process_imports | terminate_process_imports |
|
|
|
codepage_lookup_imports | codepage_lookup_imports |
|
|
|
hostchain | hostchain |
|
|
|
url | url |
|
|
|
content_type | content_type |
|
|
|
method | method |
|
|
|
user_agent | user_agent |
|
|
|
hostname | hostname |
|
|
|
json_event | json_event |
|
|
|
tag | tag |
|
| ✓ |
ids.bricata.burocata
Field in union table | Field in source table | Field transformation | Type | Extra fields |
---|---|---|---|---|
eventdate | eventdate |
|
|
|
originator | originator |
|
|
|
host | host |
|
|
|
destination_ip | dest_ip |
|
| |
destination_ipv4 | destination_ipv4 |
|
|
|
destination_port | destination_port |
|
|
|
event_type | event_type |
|
|
|
protocol | protocol |
|
|
|
source_ip | src_ip |
|
| |
source_ipv4 | source_ipv4 |
|
|
|
source_port | source_port |
|
|
|
timestamp | timestamp |
|
|
|
alert_category | alert_category |
|
|
|
alert_revision | alert_revision |
|
|
|
alert_severity | alert_severity |
|
| |
alert_signature | alert_signature |
|
|
|
alert_signature_id | alert_signature_id |
|
| |
event_format | event_format |
|
|
|
event_source | event_source |
|
|
|
event_uuid | event_uuid |
|
|
|
sensor_ipv4 | sensor_ipv4 |
|
|
|
sensor_uuid | sensor_uuid |
|
|
|
source_geo_city_name | source_geo_city_name |
|
|
|
source_geo_country_name | source_geo_country_name |
|
|
|
source_geo_latitude | source_geo_latitude |
|
|
|
source_geo_longitude | source_geo_longitude |
|
|
|
destination_geo_city_name | destination_geo_city_name |
|
|
|
destination_geo_country_name | destination_geo_country_name |
|
|
|
destination_geo_latitude | destination_geo_latitude |
|
|
|
destination_geo_longitude | destination_geo_longitude |
|
|
|
bytes_analyzed | bytes_analyzed |
|
|
|
connection_uids | connection_uids |
|
|
|
download | download |
|
|
|
file_id | file_id |
|
|
|
file_description | file_description |
|
|
|
file_name | file_name |
|
|
|
md5 | md5 |
|
|
|
mime_type | mime_type |
|
|
|
bro_protocol | bro_protocol |
|
|
|
recipient_destination_ip | rx_host |
|
| |
recipient_destination_ipv4 | recipient_destination_ipv4 |
|
|
|
recipient_destination_port | recipient_destination_port |
|
|
|
sha1 | sha1 |
|
|
|
stored_as | stored_as |
|
|
|
transfer_protocol | transfer_protocol |
|
|
|
transfer_source_ip | tx_host |
|
| |
transfer_source_ipv4 | transfer_source_ipv4 |
|
|
|
transfer_source_port | transfer_source_port |
|
|
|
cause_message | cause_message |
|
|
|
determinant | determinant |
|
|
|
parse_status | parse_status |
|
|
|
sha256 | sha256 |
|
|
|
sample_format | sample_format |
|
|
|
sample_scoring_activity_version | sample_scoring_activity_version |
|
|
|
sample_scoring_version | sample_scoring_version |
|
|
|
score | score |
|
|
|
status_cause | status_cause |
|
|
|
raise_exception_imports | raise_exception_imports |
|
|
|
os_info_imports | os_info_imports |
|
|
|
debug_check_imports | debug_check_imports |
|
|
|
terminate_process_imports | terminate_process_imports |
|
|
|
codepage_lookup_imports | codepage_lookup_imports |
|
|
|
hostchain | - |
|
| |
url | - |
|
| |
content_type | content_type |
|
|
|
method | method |
|
|
|
user_agent | user_agent |
|
|
|
hostname | - |
|
| |
json_event | json_event |
|
|
|
tag | tag |
|
| ✓ |