## Description
Brief description of what this PR does.
## Related Issue
Fixes #(issue number)
## Type of Change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [ ] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] New detection rule
- [ ] Documentation update
- [ ] Refactoring (no functional changes)
- [ ] CI/CD changes
## Changes Made
-
-
-
## Testing
- [ ] Tests pass locally (`cargo test`)
- [ ] Linting passes (`cargo clippy`)
- [ ] Formatting is correct (`cargo fmt --check`)
- [ ] New tests added for new functionality
- [ ] Manual testing performed
### Test Results
```
# Paste relevant test output here
```
## Detection Rule Changes (if applicable)
- [ ] New rule added
- [ ] Rule modified
- [ ] False positive fixed
- [ ] Rule documentation updated
### Rule Details
| Rule ID | |
| Category | |
| Severity | |
## Checklist
- [ ] My code follows the project's coding style
- [ ] I have performed a self-review of my code
- [ ] I have commented my code where necessary
- [ ] I have updated the documentation accordingly
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix/feature works
- [ ] All tests pass
## Screenshots (if applicable)
## Additional Notes