Splunk Enterprise Security

How can I filter incoming traffic from outgoing traffic

rosho
Communicator

Hi

I am working on a DDoS alert. I want to detect spikes of incoming traffic.
But I am not sure on how to differentiate incoming from outgoing.

index=fortigate sourcetype=fgt_traffic host="FGT-200"
|search (dest_port=443 OR dest_port=80)
0 Karma

spayneort
Contributor

You could filter out the source IPs behind your firewall to get incoming traffic. The actual IPs to use will depend on your environment. Here is an example:

index=fortigate sourcetype=fgt_traffic host="FGT-200" (dest_port=443 OR dest_port=80) srcip!=203.0.113.0/24 srcip!=192.168.15.0/24
0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...