Skip to content

Commit fe2afaa

Browse files
committed
Updates
1 parent b05b2be commit fe2afaa

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

hunting/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ Here are the queries currently available:
4040
- [OSQuery SUID Hunting](./linux/docs/privilege_escalation_via_suid_binaries.md) (ES|QL)
4141
- [Persistence Through Reverse/Bind Shells](./linux/docs/persistence_reverse_bind_shells.md) (ES|QL)
4242
- [Persistence via Cron](./linux/docs/persistence_via_cron.md) (ES|QL)
43-
- [Persistence via Dynamic Linker Hijacking](./linux/docs/persistence_via_dynamic_linker_hijacking.md) (ES|QL)
44-
- [Persistence via Loadable Kernel Modules](./linux/docs/persistence_via_loadable_kernel_modules.md) (ES|QL)
4543
- [Persistence via DPKG/RPM Package](./linux/docs/persistence_via_rpm_dpkg_installer_packages.md) (ES|QL)
4644
- [Persistence via Docker Container](./linux/docs/persistence_via_malicious_docker_container.md) (ES|QL)
45+
- [Persistence via Dynamic Linker Hijacking](./linux/docs/persistence_via_dynamic_linker_hijacking.md) (ES|QL)
46+
- [Persistence via Loadable Kernel Modules](./linux/docs/persistence_via_loadable_kernel_modules.md) (ES|QL)
4747
- [Persistence via Message-of-the-Day](./linux/docs/persistence_via_message_of_the_day.md) (ES|QL)
4848
- [Persistence via Package Manager](./linux/docs/persistence_via_package_manager.md) (ES|QL)
49-
- [Persistence via Pluggable Authentication Modules](./linux/docs/persistence_via_pluggable_authentication_module.md) (ES|QL)
49+
- [Persistence via Pluggable Authentication Modules (PAM)](./linux/docs/persistence_via_pluggable_authentication_module.md) (ES|QL)
5050
- [Persistence via SSH Configurations and/or Keys](./linux/docs/persistence_via_ssh_configurations_and_keys.md) (ES|QL)
5151
- [Persistence via System V Init](./linux/docs/persistence_via_sysv_init.md) (ES|QL)
5252
- [Persistence via Systemd (Timers)](./linux/docs/persistence_via_systemd_timers.md) (ES|QL)

hunting/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ linux:
221221
- T1037.004
222222
- T1546.003
223223
2a3c46b8-7bd6-4bc4-a4a8-a1af114ea152:
224-
name: Persistence via Pluggable Authentication Modules
224+
name: Persistence via Pluggable Authentication Modules (PAM)
225225
path: ./linux/queries/persistence_via_pluggable_authentication_module.toml
226226
mitre:
227227
- T1556.003

hunting/linux/docs/persistence_via_pluggable_authentication_module.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Persistence via Pluggable Authentication Modules
1+
# Persistence via Pluggable Authentication Modules (PAM)
22

33
---
44

@@ -10,7 +10,7 @@
1010
- **UUID:** `2a3c46b8-7bd6-4bc4-a4a8-a1af114ea152`
1111
- **Integration:** [endpoint](https://docs.elastic.co/integrations/endpoint)
1212
- **Language:** `[ES|QL, SQL]`
13-
- **Source File:** [Persistence via Pluggable Authentication Modules](../queries/persistence_via_pluggable_authentication_module.toml)
13+
- **Source File:** [Persistence via Pluggable Authentication Modules (PAM)](../queries/persistence_via_pluggable_authentication_module.toml)
1414

1515
## Query
1616

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "0.3.9"
3+
version = "0.3.10"
44
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)