Spike in Network Traffic

A machine learning job detected an unusually large spike in network traffic. Such a burst of traffic, if not caused by a surge in business activity, can be due to suspicious or malicious activity. Large-scale data exfiltration may produce a burst of network traffic; this could also be due to unusually large amounts of reconnaissance or enumeration traffic. Denial-of-service attacks or traffic floods may also produce such a surge in traffic.

Elastic rule (View on GitHub)

 1[metadata]
 2creation_date = "2021/04/05"
 3integration = ["endpoint", "network_traffic"]
 4maturity = "production"
 5updated_date = "2024/06/18"
 6
 7[rule]
 8anomaly_threshold = 75
 9author = ["Elastic"]
10description = """
11A machine learning job detected an unusually large spike in network traffic. Such a burst of traffic, if not caused by a
12surge in business activity, can be due to suspicious or malicious activity. Large-scale data exfiltration may produce a
13burst of network traffic; this could also be due to unusually large amounts of reconnaissance or enumeration traffic.
14Denial-of-service attacks or traffic floods may also produce such a surge in traffic.
15"""
16false_positives = [
17    """
18    Business workflows that occur very occasionally, and involve an unusual surge in network traffic, can trigger this
19    alert. A new business workflow or a surge in business activity may trigger this alert. A misconfigured network
20    application or firewall may trigger this alert.
21    """,
22]
23from = "now-30m"
24interval = "15m"
25license = "Elastic License v2"
26machine_learning_job_id = "high_count_network_events"
27name = "Spike in Network Traffic"
28setup = """## Setup
29
30This rule requires the installation of associated Machine Learning jobs, as well as data coming in from one of the following integrations:
31- Elastic Defend
32- Network Packet Capture
33
34### Anomaly Detection Setup
35
36Once the rule is enabled, the associated Machine Learning job will start automatically. You can view the Machine Learning job linked under the "Definition" panel of the detection rule. If the job does not start due to an error, the issue must be resolved for the job to commence successfully. For more details on setting up anomaly detection jobs, refer to the [helper guide](https://www.elastic.co/guide/en/kibana/current/xpack-ml-anomalies.html).
37
38### Elastic Defend Integration Setup
39Elastic Defend is integrated into the Elastic Agent using Fleet. Upon configuration, the integration allows the Elastic Agent to monitor events on your host and send data to the Elastic Security app.
40
41#### Prerequisite Requirements:
42- Fleet is required for Elastic Defend.
43- To configure Fleet Server refer to the [documentation](https://www.elastic.co/guide/en/fleet/current/fleet-server.html).
44
45#### The following steps should be executed in order to add the Elastic Defend integration to your system:
46- Go to the Kibana home page and click "Add integrations".
47- In the query bar, search for "Elastic Defend" and select the integration to see more details about it.
48- Click "Add Elastic Defend".
49- Configure the integration name and optionally add a description.
50- Select the type of environment you want to protect, either "Traditional Endpoints" or "Cloud Workloads".
51- Select a configuration preset. Each preset comes with different default settings for Elastic Agent, you can further customize these later by configuring the Elastic Defend integration policy. [Helper guide](https://www.elastic.co/guide/en/security/current/configure-endpoint-integration-policy.html).
52- We suggest selecting "Complete EDR (Endpoint Detection and Response)" as a configuration setting, that provides "All events; all preventions"
53- Enter a name for the agent policy in "New agent policy name". If other agent policies already exist, you can click the "Existing hosts" tab and select an existing policy instead.
54For more details on Elastic Agent configuration settings, refer to the [helper guide](https://www.elastic.co/guide/en/fleet/current/agent-policy.html).
55- Click "Save and Continue".
56- To complete the integration, select "Add Elastic Agent to your hosts" and continue to the next section to install the Elastic Agent on your hosts.
57For more details on Elastic Defend refer to the [helper guide](https://www.elastic.co/guide/en/security/current/install-endpoint.html).
58
59### Network Packet Capture Integration Setup
60The Network Packet Capture integration sniffs network packets on a host and dissects known protocols. Monitoring the network traffic is critical to gaining observability and securing your environment — ensuring high levels of performance and security. The Network Packet Capture integration captures the network traffic between your application servers, decodes common application layer protocols and records the interesting fields for each transaction.
61
62#### The following steps should be executed in order to add the Elastic Agent System integration "network_traffic" to your system:
63- Go to the Kibana home page and click “Add integrations”.
64- In the query bar, search for “Network Packet Capture” and select the integration to see more details about it.
65- Click “Add Network Packet Capture”.
66- Configure the integration name and optionally add a description.
67- Review optional and advanced settings accordingly.
68- Add the newly installed “network_traffic” to an existing or a new agent policy, and deploy the agent on your system from which network log files are desirable.
69- Click “Save and Continue”.
70- For more details on the integration refer to the [helper guide](https://docs.elastic.co/integrations/network_traffic).
71"""
72references = ["https://www.elastic.co/guide/en/security/current/prebuilt-ml-jobs.html"]
73risk_score = 21
74rule_id = "b240bfb8-26b7-4e5e-924e-218144a3fa71"
75severity = "low"
76tags = ["Use Case: Threat Detection", "Rule Type: ML", "Rule Type: Machine Learning"]
77type = "machine_learning"

References

Related rules

to-top