Skip to content

feat(threat_hunting): propose eBPF kernel telemetry guide for detecting process injection and stealth raw socket crafting #784

feat(threat_hunting): propose eBPF kernel telemetry guide for detecting process injection and stealth raw socket crafting

feat(threat_hunting): propose eBPF kernel telemetry guide for detecting process injection and stealth raw socket crafting #784

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: >
Thank you for opening your first issue in this repository! 馃殌
We value your contribution and will review your input as soon as possible.
If you鈥檙e new here, please check out our contribution guidelines and code of conduct to get started:
[Contribution Guidelines](CONTRIBUTING.md)
Happy hacking! 馃捇 |
Omar Santos @santosomar
pr-message: >
Thank you for submitting your first pull request! 馃帀
Your effort and contribution are greatly appreciated.
Our maintainers will review your changes soon. In the meantime, please ensure your submission aligns with our
[Contribution Guidelines](CONTRIBUTING.md)
Let me know if you have any questions. Welcome aboard! 馃檶 |
Omar Santos @santosomar