Skip to content
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

Error message not explicit enough #4

Closed
qjerome opened this issue Sep 18, 2023 · 0 comments
Closed

Error message not explicit enough #4

qjerome opened this issue Sep 18, 2023 · 0 comments

Comments

@qjerome
Copy link
Member

qjerome commented Sep 18, 2023

The following happens because the file executed got deleted before the userland program could retrieve its hash.
Currently an error message is reported. Either make the error message more explicit or generate an event when such a case happens.

Example:

  "data": {
    "ancestors": "/usr/lib/systemd/systemd|/usr/sbin/sshd|/usr/sbin/sshd|/usr/sbin/sshd|/usr/bin/bash|/usr/bin/sudo|/usr/bin/su|/usr/bin/bash|/tmp/bpfdoor.mwr|/usr/bin/dash",
    "parent_exe": "/usr/bin/dash",
    "command_line": "/dev/shm/kdmtmpflush --init",
    "exe": {
      "file": "/dev/shm/kdmtmpflush",
      "md5": "",
      "sha1": "",
      "sha256": "",
      "sha512": "",
      "size": 0,
      "error": "hash not found"
    },
    "interpreter": {
      "file": "/dev/shm/kdmtmpflush",
      "md5": "",
      "sha1": "",
      "sha256": "",
      "sha512": "",
      "size": 0,
      "error": "hash not found"
    }
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant