mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #7296 from Security-Onion-Solutions/delta
IDH - Import & Enables Plays
This commit is contained in:
17
salt/idh/plays/idh_ftp.yml
Normal file
17
salt/idh/plays/idh_ftp.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
title: SO IDH - FTP Login Attempt
|
||||||
|
id: d2d82069-30a7-4ac3-b584-ba696fbc24fd
|
||||||
|
status: experimental
|
||||||
|
description: Detects when the FTP service on a SO IDH node has had a login attempt.
|
||||||
|
author: Security Onion Solutions
|
||||||
|
logsource:
|
||||||
|
product: idh
|
||||||
|
detection:
|
||||||
|
selection:
|
||||||
|
event.code:
|
||||||
|
- 2000
|
||||||
|
condition: selection
|
||||||
|
falsepositives:
|
||||||
|
- None
|
||||||
|
fields:
|
||||||
|
- source.ip
|
||||||
|
level: critical
|
||||||
17
salt/idh/plays/idh_httpproxy.yml
Normal file
17
salt/idh/plays/idh_httpproxy.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
title: SO IDH - HTTP Proxy Attempted Proxy
|
||||||
|
id: 6722bba8-5713-4463-b3ab-8432224928c2
|
||||||
|
status: experimental
|
||||||
|
description: Detects when the HTTP Proxy service on a SO IDH node has had a proxy attempt.
|
||||||
|
author: Security Onion Solutions
|
||||||
|
logsource:
|
||||||
|
product: idh
|
||||||
|
detection:
|
||||||
|
selection:
|
||||||
|
event.code:
|
||||||
|
- 2000
|
||||||
|
condition: selection
|
||||||
|
falsepositives:
|
||||||
|
- None
|
||||||
|
fields:
|
||||||
|
- source.ip
|
||||||
|
level: critical
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
title: SO IDH - SSH Accessed
|
title: SO IDH - SSH Login Attempt
|
||||||
|
id: b7a09f0a-88ca-4fe0-bc8a-92106133e231
|
||||||
status: experimental
|
status: experimental
|
||||||
description: Detects when the SSH service on a SO IDH node has been probed.
|
description: Detects when the SSH service on a SO IDH node has had a login attempt.
|
||||||
author: Security Onion Solutions
|
author: Security Onion Solutions
|
||||||
logsource:
|
logsource:
|
||||||
product: idh
|
product: idh
|
||||||
17
salt/idh/plays/idh_tftp.yml
Normal file
17
salt/idh/plays/idh_tftp.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
title: SO IDH - TFTP Requests
|
||||||
|
id: 6722bba8-5713-4463-b3ab-8432224928c2
|
||||||
|
status: experimental
|
||||||
|
description: Detects when the TFTP service on a SO IDH node has had requests.
|
||||||
|
author: Security Onion Solutions
|
||||||
|
logsource:
|
||||||
|
product: idh
|
||||||
|
detection:
|
||||||
|
selection:
|
||||||
|
event.code:
|
||||||
|
- 2000
|
||||||
|
condition: selection
|
||||||
|
falsepositives:
|
||||||
|
- None
|
||||||
|
fields:
|
||||||
|
- source.ip
|
||||||
|
level: critical
|
||||||
@@ -109,6 +109,18 @@ so-playbookruleupdatecron:
|
|||||||
- user: root
|
- user: root
|
||||||
- minute: '1'
|
- minute: '1'
|
||||||
- hour: '6'
|
- hour: '6'
|
||||||
|
|
||||||
|
{% if 'idh' in salt['cmd.shell']("ls /opt/so/saltstack/local/pillar/minions/|awk -F'_' {'print $2'}|awk -F'.' {'print $1'}").split() %}
|
||||||
|
idh-plays:
|
||||||
|
file.recurse:
|
||||||
|
- name: /opt/so/conf/soctopus/sigma-import
|
||||||
|
- source: salt://idh/plays
|
||||||
|
- makedirs: True
|
||||||
|
cmd.run:
|
||||||
|
- name: so-playbook-import true
|
||||||
|
- onchanges:
|
||||||
|
- file: /opt/so/conf/soctopus/sigma-import
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user