{"id":13511134,"url":"https://github.com/AsafEitani/ebpf_programs_plugin","last_synced_at":"2025-03-30T20:32:37.450Z","repository":{"id":182301070,"uuid":"667377706","full_name":"AsafEitani/ebpf_programs_plugin","owner":"AsafEitani","description":"eBPF programs plugin Volatility 3 submission 2023","archived":false,"fork":false,"pushed_at":"2023-07-19T12:45:22.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-01T13:33:53.419Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AsafEitani.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-17T11:18:00.000Z","updated_at":"2024-08-14T01:05:39.000Z","dependencies_parsed_at":"2023-07-19T13:50:41.487Z","dependency_job_id":null,"html_url":"https://github.com/AsafEitani/ebpf_programs_plugin","commit_stats":null,"previous_names":["asafeitani/ebpf_programs_plugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsafEitani%2Febpf_programs_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsafEitani%2Febpf_programs_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsafEitani%2Febpf_programs_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AsafEitani%2Febpf_programs_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AsafEitani","download_url":"https://codeload.github.com/AsafEitani/ebpf_programs_plugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246379366,"owners_count":20767694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T03:00:35.292Z","updated_at":"2025-03-30T20:32:37.144Z","avatar_url":"https://github.com/AsafEitani.png","language":"Python","funding_links":[],"categories":["Volatility 3"],"sub_categories":["Plugins"],"readme":"## Volatility3 eBPF programs \u0026 rootkit detection plugin\n\u003cbr /\u003e\n\n### Project Description\n\nThis repo contains a Volatility3 plugin that detects loaded eBPF programs and indicates for each if they are suspected as an eBPF rootkit.\n\n[A full (but readable) explanation of plugin details can be found in the contest submission document](docs/contest_submission.md)\n\n\n\n### Plugins\n\n- **`ebpf_programs`** - The `ebpf_programs` plugin is used to detect loaded eBPF programs, along with their information (loading time, name, type and used helpers), a boolean indicating if a program is suspected as an eBPF rootkit. The plugin also allows dumping of BPF programs (after they have gone through JIT).\n\n\n### ✔️ Prerequisites:\n\n- Python 3\n- Volatility 3\n- capstone\n\nInstall on Linux using these commands:\n\n```bash\napt install python3\n# clone from repo\ngit clone https://github.com/volatilityfoundation/volatility3.git\npip3 install capstone\n# or install as a module\npip3 install volatility3 capstone\n```\n\n### ⚙ Installation\n\nCopy the `ebpf_programs.py` file to your Volatility 3 directory under `volatility3/volatility3/framework/plugins/linux`.\n\n\n### Usage\n\n`python3 ./vol.py -f \u003cimage\u003e linux.ebpf_programs --name=\u003coptional sprcific name\u003e --dump`\nA `name` and `dump` flags can be used to filter by name or dump the program binary(after JIT) to disk.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAsafEitani%2Febpf_programs_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAsafEitani%2Febpf_programs_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAsafEitani%2Febpf_programs_plugin/lists"}