Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating detections and adding a new one #3140

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Updating detections and adding a new one #3140

wants to merge 5 commits into from

Conversation

dluxtron
Copy link
Collaborator

DL PR

Updates to existing ESCU Detections

detect_large_outbound_icmp_packets.yml

  • Added Risk Message
  • Updated Risk Object from dest to dest_ip
  • Added another risk object for src_ip
  • Added the renamed field to the values commands
  • Added filtering for dest_ips to the where clause of the tstats command
  • Added iplocation

detect_outbound_smb_traffic.yml

  • All_Traffic.direction is not populated by all firewall logs, added internal to external logic to the where clause of the tstats instaed
  • Added dest_port and dest_ip to the by clause of the tstats for better filtering & RBA experience
  • Added iplocation

remote_desktop_network_bruteforce.yml

  • Updated search logic to use port 3389 as well (customer didn't have the RDP app resolving)
  • Added filtering for allowed traffic only - inbound blocked traffic was triggering this rule
  • Added src as a risk object

remote_desktop_network_traffic.yml

  • Added risk message

smb_traffic_spike.yml

  • Added risk message
  • Added src as risk object

high_volume_of_bytes_out_to_url.yml

  • Moved from Network folder to web folder

java_class_file_download_by_java_user_agent.yml

  • Moved from Network folder to web folder

multiple_archive_files_http_post_traffic.yml

  • Moved from Network folder to web folder

plain_http_post_exfiltrated_data.yml

  • Moved from Network folder to web folder

unusually_long_content_type_length.yml

  • Moved from Network folder to web folder
  • Rewrote detection to use Web Datamodel
  • Added risk message
  • Added risk object for src

Added new detection

internal_horizontal_port_scan_nmap_top_20.yml
Same as the other internal horizontal port scan, but focused on the nmap top 20.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants