8000 add another technique by CheraghiMilad · Pull Request #5450 · SigmaHQ/sigma · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

add another technique #5450

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

CheraghiMilad
Copy link
Contributor

Summary of the Pull Request

Detects attempts to disable Address Space Layout Randomization (ASLR) in Linux and modification of the /proc/sys/kernel/randomize_va_space file.

Changelog

new: Disable ASLR via Personality Syscall or Kernel Parameter - Linux

Example Log Event

{
  "type": "EXECVE",
  "msg": 
    "audit_time": "1748754347.282:6723"
  "argc": 3,
  "a0": "sudo",
  "a1": "tee",
  "a2": "/proc/sys/kernel/randomize_va_space"
}

Fixed Issues

SigmaHQ Rule Creation Conventions

  • If your PR adds new rules, please consider following and applying these conventions

@github-actions github-actions bot added Rules Linux Pull request add/update linux related rules labels Jun 1, 2025
Co-authored-by: phantinuss <79651203+phantinuss@users.noreply.github.com>
Comment on lines +30 to +33
selection_path:
type: 'PATH'
name|endswith: '/randomize_va_space' #/proc/sys/kernel/randomize_va_space
condition: 1 of selection*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CheraghiMilad You are already changing this rule in https://github.com/SigmaHQ/sigma/pull/5455/files

Please pick a PR and apply both changes. We cannot have disjointed reviews.

@nasbench nasbench added the Author Input Required changes the require information from original author of the rules label Jun 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author Input Required changes the require information from original author of the rules Linux Pull request add/update linux related rules Rules
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0