Analysis

  • max time kernel
    149s
  • max time network
    131s
  • platform
    ubuntu-24.04_amd64
  • resource
    ubuntu2404-amd64-20250307-en
  • resource tags

    arch:amd64arch:i386image:ubuntu2404-amd64-20250307-enkernel:6.8.0-31-genericlocale:en-usos:ubuntu-24.04-amd64system
  • submitted
    27/03/2025, 04:17

General

  • Target

    WQW6HU4YD5

  • Size

    692KB

  • MD5

    646ca225a9bfa980b143fde9845f32b7

  • SHA1

    5ada0fd44beef0e3b8d0bfb3889b0337d67dccac

  • SHA256

    81eb62b4d44a816986434bcf657286b7adee416e480b27fc313a8e8cd8461cf1

  • SHA512

    542b86e7a0558620927608a55cf0f651879d1c8d5041d013d8d3be205808fcf885c580fe90a7e97bc0a622730b498661539062591e5864a868b7179f6bea9657

  • SSDEEP

    12288:rI4+9t5TIh1UDUggLNTvVOUjqCl2vG9y0tpVufz/p49Dc/s5HVY81:rZAt5TIbUy5jqCeQDepYDysZ1

Malware Config

Extracted

Path

/run/initramfs/readme_unlock.html

Ransom Note
文件加密信息 警告:请妥善保管此文件,密钥丢失将导致无法解密文件! 1.我们对您的文件没有任何兴趣,您的文件对我们没有任何价值,我们只想获得我们工作的报酬! 2.如果您需要解密文件,请通过[email protected]邮箱联系我们,解密过程非常的简单,最快五分钟即可获取到解密工具! 3.我们可以提供免费的解密测试,可以在邮件中发送需要解密的测试文件,测试文件只能是没有价值的文件! 4.我们对在一周内联系并且付款的用户提供%50的优惠价格! 5.加密后的文件在这个世界上只有我们能完成解密,任何宣称能完成解密的机构均为中间商,他们会在我们的售价基础上收取昂贵的差价! 6.目前解密工具的售价仅为800USDT,请尽快联系我们完成解密 。邮箱 :[email protected] 7.发送邮件联系我们时请带上下方的加密密钥,我们收到货款后会为您根据密钥定制解密工具! Warning: Please keep this file safe. Loss of the key will result in inability to decrypt files! 1. We have no interest in your files, your files have no value to us, we only want to receive payment for our work! 2. If you need to decrypt files, please contact us via email at [email protected]. The decryption process is very simple, and you can get the decryption tool in as fast as five minutes! 3. We can provide free decryption tests. You can send test files that need to be decrypted in the email, but test files must be files without value! 4. We offer a 50% discount for users who contact and pay within one week! 5. In this world, only we can decrypt the encrypted files. Any organization claiming to be able to decrypt them are intermediaries who will charge expensive markups on top of our selling price! 6. Currently, the decryption tool is priced at only 800 USDT. Please contact us as soon as possible to complete the decryption. Email: [email protected] 7. When sending an email to contact us, please include the encryption key below. After receiving payment, we will customize the decryption tool according to your key! 加密密钥: MjY5MjYsMTMzNDI0LDEzNTA3OSw0MjgxNSwyNjkyNiwxMzM0MjQsOTQ2NzEsNDI4MTUsNTQxOTksMTQ1MTYsNDI4MTUsMjUxMTIsMjUxMTIsMjIxOTUsNDI4MTUsMjY5MjYsMTM1MDc5LDk0NjcxLDQyODE1LDIyMTk1LDcyOTkxLDQyODE1LDI2OTI2LDI2OTI2LDEzMjk5LDQyODE1LDIyMTk1LDIyMTk1LDQyODE1LDI2OTI2LDEzNTA3OSwxMzM0MjQsNDI4MTUsMTM1MDc5LDEzNTA3OSw0MjgxNSwyNjkyNiwyNjkyNiwyNTExMiw0MjgxNSwyNTExMiwxMzM0MjQsMTMyOTksNDI4MTUsMjY5MjYsMTQ1MTYsNzI5OTEsNDI4MTUsMjUxMTIsNDI4MTUsMTM1MDc5LDU0MTk5LDQyODE1LDI2OTI2LDEzMzQyNCwyNTExMiw0MjgxNSwyNTExMiwxMzI5OSw0MjgxNSwxNDUxNiwyMjE5NSw0MjgxNSwyNTExMiwyNjkyNiw3Mjk5MSw0MjgxNSwyNTExMiw5NDY3MSwxMzM0MjQsNDI4MTUsMjUxMTIsNzI5OTEsNDI4MTUsMjY5MjYsNDI4MTUsMjY5MjYsMTM1MDc5LDIyMTk1LDQyODE1LDcyOTkxLDEzMjk5LDQyODE1LDcyOTkxLDEzMjk5LDQyODE1LDI2OTI2LDI1MTEyLDI1MTEyLDQyODE1LDI2OTI2LDcyOTkxLDcyOTkxLDQyODE1LDI1MTEyLDI1MTEyLDI2OTI2LDQyODE1LDI1MTEyLDEzMzQyNCwyNjkyNiw0MjgxNSw1NDE5OSw0MjgxNSwyMjE5NSwxNDUxNiw0MjgxNSwyNjkyNiw5NDY3MSwyNjkyNiw0MjgxNSw= 复制成功! 加密时间: 2025-03-27 04:19:00 function copyKey() { var keyText = document.getElementById('key-text').innerText; navigator.clipboard.writeText(keyText).then(function() { var successMsg = document.getElementById('copySuccess'); successMsg.style.display = 'inline'; setTimeout(function() { successMsg.style.display = 'none'; }, 2000); }).catch(function(err) { // 如果clipboard API不可用,使用传统方法 var textArea = document.createElement('textarea'); textArea.value = keyText; document.body.appendChild(textArea); textArea.select(); try { document.execCommand('copy'); var successMsg = document.getElementById('copySuccess'); successMsg.style.display = 'inline'; setTimeout(function() { successMsg.style.display = 'none'; }, 2000); } catch (err) { alert('复制失败,请手动复制'); } document.body.removeChild(textArea); }); }
Emails

2.如果您需要解密文件,请通过[email protected]邮箱联系我们,解密过程非常的简单,最快五分钟即可获取到解密工具!

[email protected]

[email protected]

Extracted

Path

/run/initramfs/readme_unlock.html

Ransom Note
文件加密信息 警告:请妥善保管此文件,密钥丢失将导致无法解密文件! 1.我们对您的文件没有任何兴趣,您的文件对我们没有任何价值,我们只想获得我们工作的报酬! 2.如果您需要解密文件,请通过[email protected]邮箱联系我们,解密过程非常的简单,最快五分钟即可获取到解密工具! 3.我们可以提供免费的解密测试,可以在邮件中发送需要解密的测试文件,测试文件只能是没有价值的文件! 4.我们对在一周内联系并且付款的用户提供%50的优惠价格! 5.加密后的文件在这个世界上只有我们能完成解密,任何宣称能完成解密的机构均为中间商,他们会在我们的售价基础上收取昂贵的差价! 6.目前解密工具的售价仅为800USDT,请尽快联系我们完成解密 。邮箱 :[email protected] 7.发送邮件联系我们时请带上下方的加密密钥,我们收到货款后会为您根据密钥定制解密工具! Warning: Please keep this file safe. Loss of the key will result in inability to decrypt files! 1. We have no interest in your files, your files have no value to us, we only want to receive payment for our work! 2. If you need to decrypt files, please contact us via email at [email protected]. The decryption process is very simple, and you can get the decryption tool in as fast as five minutes! 3. We can provide free decryption tests. You can send test files that need to be decrypted in the email, but test files must be files without value! 4. We offer a 50% discount for users who contact and pay within one week! 5. In this world, only we can decrypt the encrypted files. Any organization claiming to be able to decrypt them are intermediaries who will charge expensive markups on top of our selling price! 6. Currently, the decryption tool is priced at only 800 USDT. Please contact us as soon as possible to complete the decryption. Email: [email protected] 7. When sending an email to contact us, please include the encryption key below. After receiving payment, we will customize the decryption tool according to your key! 加密密钥: MjY5MjYsMTMzNDI0LDEzNTA3OSw0MjgxNSwyNjkyNiwxMzM0MjQsOTQ2NzEsNDI4MTUsNTQxOTksMTQ1MTYsNDI4MTUsMjUxMTIsMjUxMTIsMjIxOTUsNDI4MTUsMjY5MjYsMTM1MDc5LDk0NjcxLDQyODE1LDIyMTk1LDcyOTkxLDQyODE1LDI2OTI2LDI2OTI2LDEzMjk5LDQyODE1LDIyMTk1LDIyMTk1LDQyODE1LDI2OTI2LDEzNTA3OSwxMzM0MjQsNDI4MTUsMTM1MDc5LDEzNTA3OSw0MjgxNSwyNjkyNiwyNjkyNiwyNTExMiw0MjgxNSwyNTExMiwxMzM0MjQsMTMyOTksNDI4MTUsMjY5MjYsMTQ1MTYsNzI5OTEsNDI4MTUsMjUxMTIsNDI4MTUsMTM1MDc5LDU0MTk5LDQyODE1LDI2OTI2LDEzMzQyNCwyNTExMiw0MjgxNSwyNTExMiwxMzI5OSw0MjgxNSwxNDUxNiwyMjE5NSw0MjgxNSwyNTExMiwyNjkyNiw3Mjk5MSw0MjgxNSwyNTExMiw5NDY3MSwxMzM0MjQsNDI4MTUsMjUxMTIsNzI5OTEsNDI4MTUsMjY5MjYsNDI4MTUsMjY5MjYsMTM1MDc5LDIyMTk1LDQyODE1LDcyOTkxLDEzMjk5LDQyODE1LDcyOTkxLDEzMjk5LDQyODE1LDI2OTI2LDI1MTEyLDI1MTEyLDQyODE1LDI2OTI2LDcyOTkxLDcyOTkxLDQyODE1LDI1MTEyLDI1MTEyLDI2OTI2LDQyODE1LDI1MTEyLDEzMzQyNCwyNjkyNiw0MjgxNSw1NDE5OSw0MjgxNSwyMjE5NSwxNDUxNiw0MjgxNSwyNjkyNiw5NDY3MSwyNjkyNiw0MjgxNSw= 复制成功! 加密时间: 2025-03-27 04:19:30 function copyKey() { var keyText = document.getElementById('key-text').innerText; navigator.clipboard.writeText(keyText).then(function() { var successMsg = document.getElementById('copySuccess'); successMsg.style.display = 'inline'; setTimeout(function() { successMsg.style.display = 'none'; }, 2000); }).catch(function(err) { // 如果clipboard API不可用,使用传统方法 var textArea = document.createElement('textarea'); textArea.value = keyText; document.body.appendChild(textArea); textArea.select(); try { document.execCommand('copy'); var successMsg = document.getElementById('copySuccess'); successMsg.style.display = 'inline'; setTimeout(function() { successMsg.style.display = 'none'; }, 2000); } catch (err) { alert('复制失败,请手动复制'); } document.body.removeChild(textArea); }); }
Emails

2.如果您需要解密文件,请通过[email protected]邮箱联系我们,解密过程非常的简单,最快五分钟即可获取到解密工具!

[email protected]

[email protected]

Extracted

Path

/run/udev/data/readme_unlock.html

Ransom Note
文件加密信息 警告:请妥善保管此文件,密钥丢失将导致无法解密文件! 1.我们对您的文件没有任何兴趣,您的文件对我们没有任何价值,我们只想获得我们工作的报酬! 2.如果您需要解密文件,请通过[email protected]邮箱联系我们,解密过程非常的简单,最快五分钟即可获取到解密工具! 3.我们可以提供免费的解密测试,可以在邮件中发送需要解密的测试文件,测试文件只能是没有价值的文件! 4.我们对在一周内联系并且付款的用户提供%50的优惠价格! 5.加密后的文件在这个世界上只有我们能完成解密,任何宣称能完成解密的机构均为中间商,他们会在我们的售价基础上收取昂贵的差价! 6.目前解密工具的售价仅为800USDT,请尽快联系我们完成解密 。邮箱 :[email protected] 7.发送邮件联系我们时请带上下方的加密密钥,我们收到货款后会为您根据密钥定制解密工具! Warning: Please keep this file safe. Loss of the key will result in inability to decrypt files! 1. We have no interest in your files, your files have no value to us, we only want to receive payment for our work! 2. If you need to decrypt files, please contact us via email at [email protected]. The decryption process is very simple, and you can get the decryption tool in as fast as five minutes! 3. We can provide free decryption tests. You can send test files that need to be decrypted in the email, but test files must be files without value! 4. We offer a 50% discount for users who contact and pay within one week! 5. In this world, only we can decrypt the encrypted files. Any organization claiming to be able to decrypt them are intermediaries who will charge expensive markups on top of our selling price! 6. Currently, the decryption tool is priced at only 800 USDT. Please contact us as soon as possible to complete the decryption. Email: [email protected] 7. When sending an email to contact us, please include the encryption key below. After receiving payment, we will customize the decryption tool according to your key! 加密密钥: MjY5MjYsMTMzNDI0LDEzNTA3OSw0MjgxNSwyNjkyNiwxMzM0MjQsOTQ2NzEsNDI4MTUsNTQxOTksMTQ1MTYsNDI4MTUsMjUxMTIsMjUxMTIsMjIxOTUsNDI4MTUsMjY5MjYsMTM1MDc5LDk0NjcxLDQyODE1LDIyMTk1LDcyOTkxLDQyODE1LDI2OTI2LDI2OTI2LDEzMjk5LDQyODE1LDIyMTk1LDIyMTk1LDQyODE1LDI2OTI2LDEzNTA3OSwxMzM0MjQsNDI4MTUsMTM1MDc5LDEzNTA3OSw0MjgxNSwyNjkyNiwyNjkyNiwyNTExMiw0MjgxNSwyNTExMiwxMzM0MjQsMTMyOTksNDI4MTUsMjY5MjYsMTQ1MTYsNzI5OTEsNDI4MTUsMjUxMTIsNDI4MTUsMTM1MDc5LDU0MTk5LDQyODE1LDI2OTI2LDEzMzQyNCwyNTExMiw0MjgxNSwyNTExMiwxMzI5OSw0MjgxNSwxNDUxNiwyMjE5NSw0MjgxNSwyNTExMiwyNjkyNiw3Mjk5MSw0MjgxNSwyNTExMiw5NDY3MSwxMzM0MjQsNDI4MTUsMjUxMTIsNzI5OTEsNDI4MTUsMjY5MjYsNDI4MTUsMjY5MjYsMTM1MDc5LDIyMTk1LDQyODE1LDcyOTkxLDEzMjk5LDQyODE1LDcyOTkxLDEzMjk5LDQyODE1LDI2OTI2LDI1MTEyLDI1MTEyLDQyODE1LDI2OTI2LDcyOTkxLDcyOTkxLDQyODE1LDI1MTEyLDI1MTEyLDI2OTI2LDQyODE1LDI1MTEyLDEzMzQyNCwyNjkyNiw0MjgxNSw1NDE5OSw0MjgxNSwyMjE5NSwxNDUxNiw0MjgxNSwyNjkyNiw5NDY3MSwyNjkyNiw0MjgxNSw= 复制成功! 加密时间: 2025-03-27 04:19:29 function copyKey() { var keyText = document.getElementById('key-text').innerText; navigator.clipboard.writeText(keyText).then(function() { var successMsg = document.getElementById('copySuccess'); successMsg.style.display = 'inline'; setTimeout(function() { successMsg.style.display = 'none'; }, 2000); }).catch(function(err) { // 如果clipboard API不可用,使用传统方法 var textArea = document.createElement('textarea'); textArea.value = keyText; document.body.appendChild(textArea); textArea.select(); try { document.execCommand('copy'); var successMsg = document.getElementById('copySuccess'); successMsg.style.display = 'inline'; setTimeout(function() { successMsg.style.display = 'none'; }, 2000); } catch (err) { alert('复制失败,请手动复制'); } document.body.removeChild(textArea); }); }
Emails

2.如果您需要解密文件,请通过[email protected]邮箱联系我们,解密过程非常的简单,最快五分钟即可获取到解密工具!

[email protected]

[email protected]

Signatures

  • Modifies user home skeleton directory 4 IoCs

    Modifies skeleton of initial home directory of newly added system users.

  • Reads user data of web browsers 3 TTPs 28 IoCs

    Reads stored browser data which can include saved credentials.

  • Reads AppArmor ptrace settings 1 TTPs 1 IoCs

    Discovery of allowed ptrace capabilities by AppArmor.

  • Creates/modifies Cron job 1 TTPs 10 IoCs

    Cron allows running tasks on a schedule, and is commonly used for malware persistence.

  • Creates/modifies environment variables 1 TTPs 6 IoCs

    Creating/modifying environment variables is a common persistence mechanism.

  • Enumerates running processes

    Discovers information about currently running processes on the system

  • Reads hardware information 1 TTPs 1 IoCs

    Accesses system info like serial numbers, manufacturer names etc.

  • Reads network interface configuration 2 TTPs 12 IoCs

    Fetches information about one or more active network interfaces.

  • Modifies Bash startup script 2 TTPs 6 IoCs
  • Security Software Discovery 1 TTPs 32 IoCs

    Adversaries may attempt to discover installed security software and its configurations.

  • Checks CPU configuration 1 TTPs 32 IoCs

    Checks CPU information which indicate if the system is a virtual machine.

  • Creates .desktop file 2 TTPs 41 IoCs

    Linux desktops like GNOME require .desktop files to register applications. Sometimes abused by malware for persistence.

  • Reads CPU attributes 1 TTPs 47 IoCs
  • Enumerates kernel/hardware configuration 1 TTPs 64 IoCs

    Reads contents of /sys virtual filesystem to enumerate system information.

  • Process Discovery 1 TTPs 32 IoCs

    Adversaries may try to discover information about running processes.

  • Reads runtime system information 64 IoCs

    Reads data from /proc virtual filesystem.

Processes

  • /tmp/WQW6HU4YD5
    /tmp/WQW6HU4YD5
    1⤵
    • Modifies user home skeleton directory
    • Reads user data of web browsers
    • Reads AppArmor ptrace settings
    • Creates/modifies Cron job
    • Creates/modifies environment variables
    • Reads hardware information
    • Reads network interface configuration
    • Modifies Bash startup script
    • Creates .desktop file
    • Reads CPU attributes
    • Enumerates kernel/hardware configuration
    • Reads runtime system information
    PID:2835
    • /bin/sh
      sh -c -- "ps aux | grep \"//snap/snapd/23545/etc/apparmor.d/usr.lib.snapd.snap-confine.real\" | grep -v grep"
      2⤵
      • Security Software Discovery
      PID:2876
      • /usr/bin/grep
        grep -v grep
        3⤵
          PID:2879
        • /usr/bin/grep
          grep //snap/snapd/23545/etc/apparmor.d/usr.lib.snapd.snap-confine.real
          3⤵
            PID:2878
          • /usr/bin/ps
            ps aux
            3⤵
            • Checks CPU configuration
            • Reads CPU attributes
            • Process Discovery
            PID:2877
        • /bin/sh
          sh -c -- "ps aux | grep \"//snap/snapd/23545/etc/apparmor.d/usr.lib.snapd.snap-confine.real\" | grep -v grep"
          2⤵
          • Security Software Discovery
          PID:2880
          • /usr/bin/ps
            ps aux
            3⤵
            • Checks CPU configuration
            • Reads CPU attributes
            • Process Discovery
            • Reads runtime system information
            PID:2881
          • /usr/bin/grep
            grep //snap/snapd/23545/etc/apparmor.d/usr.lib.snapd.snap-confine.real
            3⤵
              PID:2882
            • /usr/bin/grep
              grep -v grep
              3⤵
                PID:2883
            • /bin/sh
              sh -c -- "ps aux | grep \"//snap/snapd/23545/etc/apparmor.d/usr.lib.snapd.snap-confine.real\" | grep -v grep"
              2⤵
              • Security Software Discovery
              PID:2884
              • /usr/bin/ps
                ps aux
                3⤵
                • Checks CPU configuration
                • Reads CPU attributes
                • Process Discovery
                • Reads runtime system information
                PID:2885
              • /usr/bin/grep
                grep //snap/snapd/23545/etc/apparmor.d/usr.lib.snapd.snap-confine.real
                3⤵
                  PID:2886
                • /usr/bin/grep
                  grep -v grep
                  3⤵
                    PID:2887
                • /bin/sh
                  sh -c -- "ps aux | grep \"//snap/snapd/23545/etc/xdg/autostart/snap-userd-autostart.desktop\" | grep -v grep"
                  2⤵
                  • Security Software Discovery
                  PID:2888
                  • /usr/bin/ps
                    ps aux
                    3⤵
                    • Checks CPU configuration
                    • Reads CPU attributes
                    • Process Discovery
                    • Reads runtime system information
                    PID:2889
                  • /usr/bin/grep
                    grep //snap/snapd/23545/etc/xdg/autostart/snap-userd-autostart.desktop
                    3⤵
                      PID:2890
                    • /usr/bin/grep
                      grep -v grep
                      3⤵
                        PID:2891
                    • /bin/sh
                      sh -c -- "ps aux | grep \"//snap/snapd/23545/etc/xdg/autostart/snap-userd-autostart.desktop\" | grep -v grep"
                      2⤵
                      • Security Software Discovery
                      PID:2892
                      • /usr/bin/ps
                        ps aux
                        3⤵
                        • Checks CPU configuration
                        • Reads CPU attributes
                        • Process Discovery
                        • Reads runtime system information
                        PID:2893
                      • /usr/bin/grep
                        grep -v grep
                        3⤵
                          PID:2895
                        • /usr/bin/grep
                          grep //snap/snapd/23545/etc/xdg/autostart/snap-userd-autostart.desktop
                          3⤵
                            PID:2894
                        • /bin/sh
                          sh -c -- "ps aux | grep \"//snap/snapd/23545/etc/xdg/autostart/snap-userd-autostart.desktop\" | grep -v grep"
                          2⤵
                          • Security Software Discovery
                          PID:2896
                          • /usr/bin/ps
                            ps aux
                            3⤵
                            • Checks CPU configuration
                            • Reads CPU attributes
                            • Process Discovery
                            • Reads runtime system information
                            PID:2897
                          • /usr/bin/grep
                            grep //snap/snapd/23545/etc/xdg/autostart/snap-userd-autostart.desktop
                            3⤵
                              PID:2898
                            • /usr/bin/grep
                              grep -v grep
                              3⤵
                                PID:2899
                            • /bin/sh
                              sh -c -- "ps aux | grep \"//snap/snapd/23545/meta/snap.yaml\" | grep -v grep"
                              2⤵
                              • Security Software Discovery
                              PID:2900
                              • /usr/bin/ps
                                ps aux
                                3⤵
                                • Checks CPU configuration
                                • Reads CPU attributes
                                • Process Discovery
                                • Reads runtime system information
                                PID:2901
                              • /usr/bin/grep
                                grep //snap/snapd/23545/meta/snap.yaml
                                3⤵
                                  PID:2902
                                • /usr/bin/grep
                                  grep -v grep
                                  3⤵
                                    PID:2903
                                • /bin/sh
                                  sh -c -- "ps aux | grep \"//snap/snapd/23545/meta/snap.yaml\" | grep -v grep"
                                  2⤵
                                  • Security Software Discovery
                                  PID:2904
                                  • /usr/bin/ps
                                    ps aux
                                    3⤵
                                    • Checks CPU configuration
                                    • Reads CPU attributes
                                    • Process Discovery
                                    PID:2905
                                  • /usr/bin/grep
                                    grep //snap/snapd/23545/meta/snap.yaml
                                    3⤵
                                      PID:2906
                                    • /usr/bin/grep
                                      grep -v grep
                                      3⤵
                                        PID:2907
                                    • /bin/sh
                                      sh -c -- "ps aux | grep \"//snap/snapd/23545/meta/snap.yaml\" | grep -v grep"
                                      2⤵
                                      • Security Software Discovery
                                      PID:2908
                                      • /usr/bin/ps
                                        ps aux
                                        3⤵
                                        • Checks CPU configuration
                                        • Reads CPU attributes
                                        • Process Discovery
                                        • Reads runtime system information
                                        PID:2909
                                      • /usr/bin/grep
                                        grep //snap/snapd/23545/meta/snap.yaml
                                        3⤵
                                          PID:2910
                                        • /usr/bin/grep
                                          grep -v grep
                                          3⤵
                                            PID:2911
                                        • /bin/sh
                                          sh -c -- "ps aux | grep \"//snap/snapd/23545/snap/manifest.yaml\" | grep -v grep"
                                          2⤵
                                          • Security Software Discovery
                                          PID:2912
                                          • /usr/bin/ps
                                            ps aux
                                            3⤵
                                            • Checks CPU configuration
                                            • Reads CPU attributes
                                            • Process Discovery
                                            • Reads runtime system information
                                            PID:2913
                                          • /usr/bin/grep
                                            grep //snap/snapd/23545/snap/manifest.yaml
                                            3⤵
                                              PID:2914
                                            • /usr/bin/grep
                                              grep -v grep
                                              3⤵
                                                PID:2915
                                            • /bin/sh
                                              sh -c -- "ps aux | grep \"//snap/snapd/23545/snap/manifest.yaml\" | grep -v grep"
                                              2⤵
                                              • Security Software Discovery
                                              PID:2916
                                              • /usr/bin/ps
                                                ps aux
                                                3⤵
                                                • Checks CPU configuration
                                                • Reads CPU attributes
                                                • Process Discovery
                                                • Reads runtime system information
                                                PID:2917
                                              • /usr/bin/grep
                                                grep //snap/snapd/23545/snap/manifest.yaml
                                                3⤵
                                                  PID:2918
                                                • /usr/bin/grep
                                                  grep -v grep
                                                  3⤵
                                                    PID:2919
                                                • /bin/sh
                                                  sh -c -- "ps aux | grep \"//snap/snapd/23545/snap/manifest.yaml\" | grep -v grep"
                                                  2⤵
                                                  • Security Software Discovery
                                                  PID:2920
                                                  • /usr/bin/ps
                                                    ps aux
                                                    3⤵
                                                    • Checks CPU configuration
                                                    • Reads CPU attributes
                                                    • Process Discovery
                                                    • Reads runtime system information
                                                    PID:2921
                                                  • /usr/bin/grep
                                                    grep //snap/snapd/23545/snap/manifest.yaml
                                                    3⤵
                                                      PID:2922
                                                    • /usr/bin/grep
                                                      grep -v grep
                                                      3⤵
                                                        PID:2923
                                                    • /bin/sh
                                                      sh -c -- "ps aux | grep \"//snap/snapd/23545/snap/snapcraft.yaml\" | grep -v grep"
                                                      2⤵
                                                      • Security Software Discovery
                                                      PID:2924
                                                      • /usr/bin/ps
                                                        ps aux
                                                        3⤵
                                                        • Checks CPU configuration
                                                        • Reads CPU attributes
                                                        • Process Discovery
                                                        • Reads runtime system information
                                                        PID:2925
                                                      • /usr/bin/grep
                                                        grep //snap/snapd/23545/snap/snapcraft.yaml
                                                        3⤵
                                                          PID:2926
                                                        • /usr/bin/grep
                                                          grep -v grep
                                                          3⤵
                                                            PID:2927
                                                        • /bin/sh
                                                          sh -c -- "ps aux | grep \"//snap/snapd/23545/snap/snapcraft.yaml\" | grep -v grep"
                                                          2⤵
                                                          • Security Software Discovery
                                                          PID:2928
                                                          • /usr/bin/ps
                                                            ps aux
                                                            3⤵
                                                            • Checks CPU configuration
                                                            • Reads CPU attributes
                                                            • Process Discovery
                                                            • Reads runtime system information
                                                            PID:2929
                                                          • /usr/bin/grep
                                                            grep -v grep
                                                            3⤵
                                                              PID:2931
                                                            • /usr/bin/grep
                                                              grep //snap/snapd/23545/snap/snapcraft.yaml
                                                              3⤵
                                                                PID:2930
                                                            • /bin/sh
                                                              sh -c -- "ps aux | grep \"//snap/snapd/23545/snap/snapcraft.yaml\" | grep -v grep"
                                                              2⤵
                                                              • Security Software Discovery
                                                              PID:2932
                                                              • /usr/bin/ps
                                                                ps aux
                                                                3⤵
                                                                • Checks CPU configuration
                                                                • Reads CPU attributes
                                                                • Process Discovery
                                                                PID:2933
                                                              • /usr/bin/grep
                                                                grep //snap/snapd/23545/snap/snapcraft.yaml
                                                                3⤵
                                                                  PID:2934
                                                                • /usr/bin/grep
                                                                  grep -v grep
                                                                  3⤵
                                                                    PID:2935
                                                                • /bin/sh
                                                                  sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-outoftree-network\" | grep -v grep"
                                                                  2⤵
                                                                  • Security Software Discovery
                                                                  PID:2936
                                                                  • /usr/bin/ps
                                                                    ps aux
                                                                    3⤵
                                                                    • Checks CPU configuration
                                                                    • Reads CPU attributes
                                                                    • Process Discovery
                                                                    • Reads runtime system information
                                                                    PID:2937
                                                                  • /usr/bin/grep
                                                                    grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-outoftree-network
                                                                    3⤵
                                                                      PID:2938
                                                                    • /usr/bin/grep
                                                                      grep -v grep
                                                                      3⤵
                                                                        PID:2939
                                                                    • /bin/sh
                                                                      sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-outoftree-network\" | grep -v grep"
                                                                      2⤵
                                                                      • Security Software Discovery
                                                                      PID:2940
                                                                      • /usr/bin/ps
                                                                        ps aux
                                                                        3⤵
                                                                        • Checks CPU configuration
                                                                        • Reads CPU attributes
                                                                        • Process Discovery
                                                                        PID:2941
                                                                      • /usr/bin/grep
                                                                        grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-outoftree-network
                                                                        3⤵
                                                                          PID:2942
                                                                        • /usr/bin/grep
                                                                          grep -v grep
                                                                          3⤵
                                                                            PID:2943
                                                                        • /bin/sh
                                                                          sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-outoftree-network\" | grep -v grep"
                                                                          2⤵
                                                                          • Security Software Discovery
                                                                          PID:2944
                                                                          • /usr/bin/ps
                                                                            ps aux
                                                                            3⤵
                                                                            • Checks CPU configuration
                                                                            • Reads CPU attributes
                                                                            • Process Discovery
                                                                            • Reads runtime system information
                                                                            PID:2945
                                                                          • /usr/bin/grep
                                                                            grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-outoftree-network
                                                                            3⤵
                                                                              PID:2946
                                                                            • /usr/bin/grep
                                                                              grep -v grep
                                                                              3⤵
                                                                                PID:2947
                                                                            • /bin/sh
                                                                              sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-vanilla\" | grep -v grep"
                                                                              2⤵
                                                                              • Security Software Discovery
                                                                              PID:2948
                                                                              • /usr/bin/ps
                                                                                ps aux
                                                                                3⤵
                                                                                • Checks CPU configuration
                                                                                • Reads CPU attributes
                                                                                • Process Discovery
                                                                                • Reads runtime system information
                                                                                PID:2949
                                                                              • /usr/bin/grep
                                                                                grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-vanilla
                                                                                3⤵
                                                                                  PID:2950
                                                                                • /usr/bin/grep
                                                                                  grep -v grep
                                                                                  3⤵
                                                                                    PID:2951
                                                                                • /bin/sh
                                                                                  sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-vanilla\" | grep -v grep"
                                                                                  2⤵
                                                                                  • Security Software Discovery
                                                                                  PID:2952
                                                                                  • /usr/bin/ps
                                                                                    ps aux
                                                                                    3⤵
                                                                                    • Checks CPU configuration
                                                                                    • Reads CPU attributes
                                                                                    • Process Discovery
                                                                                    PID:2953
                                                                                  • /usr/bin/grep
                                                                                    grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-vanilla
                                                                                    3⤵
                                                                                      PID:2954
                                                                                    • /usr/bin/grep
                                                                                      grep -v grep
                                                                                      3⤵
                                                                                        PID:2955
                                                                                    • /bin/sh
                                                                                      sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-vanilla\" | grep -v grep"
                                                                                      2⤵
                                                                                      • Security Software Discovery
                                                                                      PID:2956
                                                                                      • /usr/bin/ps
                                                                                        ps aux
                                                                                        3⤵
                                                                                        • Checks CPU configuration
                                                                                        • Reads CPU attributes
                                                                                        • Process Discovery
                                                                                        • Reads runtime system information
                                                                                        PID:2957
                                                                                      • /usr/bin/grep
                                                                                        grep -v grep
                                                                                        3⤵
                                                                                          PID:2959
                                                                                        • /usr/bin/grep
                                                                                          grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/abi/kernel-5.4-vanilla
                                                                                          3⤵
                                                                                            PID:2958
                                                                                        • /bin/sh
                                                                                          sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/abstractions/freedesktop.org\" | grep -v grep"
                                                                                          2⤵
                                                                                          • Security Software Discovery
                                                                                          PID:2960
                                                                                          • /usr/bin/ps
                                                                                            ps aux
                                                                                            3⤵
                                                                                            • Checks CPU configuration
                                                                                            • Reads CPU attributes
                                                                                            • Process Discovery
                                                                                            • Reads runtime system information
                                                                                            PID:2961
                                                                                          • /usr/bin/grep
                                                                                            grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/abstractions/freedesktop.org
                                                                                            3⤵
                                                                                              PID:2962
                                                                                            • /usr/bin/grep
                                                                                              grep -v grep
                                                                                              3⤵
                                                                                                PID:2963
                                                                                            • /bin/sh
                                                                                              sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/abstractions/freedesktop.org\" | grep -v grep"
                                                                                              2⤵
                                                                                              • Security Software Discovery
                                                                                              PID:2964
                                                                                              • /usr/bin/ps
                                                                                                ps aux
                                                                                                3⤵
                                                                                                • Checks CPU configuration
                                                                                                • Reads CPU attributes
                                                                                                • Process Discovery
                                                                                                • Reads runtime system information
                                                                                                PID:2965
                                                                                              • /usr/bin/grep
                                                                                                grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/abstractions/freedesktop.org
                                                                                                3⤵
                                                                                                  PID:2966
                                                                                                • /usr/bin/grep
                                                                                                  grep -v grep
                                                                                                  3⤵
                                                                                                    PID:2967
                                                                                                • /bin/sh
                                                                                                  sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/abstractions/freedesktop.org\" | grep -v grep"
                                                                                                  2⤵
                                                                                                  • Security Software Discovery
                                                                                                  PID:2968
                                                                                                  • /usr/bin/ps
                                                                                                    ps aux
                                                                                                    3⤵
                                                                                                    • Checks CPU configuration
                                                                                                    • Reads CPU attributes
                                                                                                    • Process Discovery
                                                                                                    • Reads runtime system information
                                                                                                    PID:2969
                                                                                                  • /usr/bin/grep
                                                                                                    grep -v grep
                                                                                                    3⤵
                                                                                                      PID:2971
                                                                                                    • /usr/bin/grep
                                                                                                      grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/abstractions/freedesktop.org
                                                                                                      3⤵
                                                                                                        PID:2970
                                                                                                    • /bin/sh
                                                                                                      sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/home.d/site.local\" | grep -v grep"
                                                                                                      2⤵
                                                                                                      • Security Software Discovery
                                                                                                      PID:2972
                                                                                                      • /usr/bin/ps
                                                                                                        ps aux
                                                                                                        3⤵
                                                                                                        • Checks CPU configuration
                                                                                                        • Reads CPU attributes
                                                                                                        • Process Discovery
                                                                                                        • Reads runtime system information
                                                                                                        PID:2973
                                                                                                      • /usr/bin/grep
                                                                                                        grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/home.d/site.local
                                                                                                        3⤵
                                                                                                          PID:2974
                                                                                                        • /usr/bin/grep
                                                                                                          grep -v grep
                                                                                                          3⤵
                                                                                                            PID:2975
                                                                                                        • /bin/sh
                                                                                                          sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/home.d/site.local\" | grep -v grep"
                                                                                                          2⤵
                                                                                                          • Security Software Discovery
                                                                                                          PID:2976
                                                                                                          • /usr/bin/ps
                                                                                                            ps aux
                                                                                                            3⤵
                                                                                                            • Checks CPU configuration
                                                                                                            • Reads CPU attributes
                                                                                                            • Process Discovery
                                                                                                            • Reads runtime system information
                                                                                                            PID:2977
                                                                                                          • /usr/bin/grep
                                                                                                            grep -v grep
                                                                                                            3⤵
                                                                                                              PID:2979
                                                                                                            • /usr/bin/grep
                                                                                                              grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/home.d/site.local
                                                                                                              3⤵
                                                                                                                PID:2978
                                                                                                            • /bin/sh
                                                                                                              sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/home.d/site.local\" | grep -v grep"
                                                                                                              2⤵
                                                                                                              • Security Software Discovery
                                                                                                              PID:2980
                                                                                                              • /usr/bin/ps
                                                                                                                ps aux
                                                                                                                3⤵
                                                                                                                • Checks CPU configuration
                                                                                                                • Reads CPU attributes
                                                                                                                • Process Discovery
                                                                                                                • Reads runtime system information
                                                                                                                PID:2981
                                                                                                              • /usr/bin/grep
                                                                                                                grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/home.d/site.local
                                                                                                                3⤵
                                                                                                                  PID:2982
                                                                                                                • /usr/bin/grep
                                                                                                                  grep -v grep
                                                                                                                  3⤵
                                                                                                                    PID:2983
                                                                                                                • /bin/sh
                                                                                                                  sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/multiarch.d/site.local\" | grep -v grep"
                                                                                                                  2⤵
                                                                                                                  • Security Software Discovery
                                                                                                                  PID:2984
                                                                                                                  • /usr/bin/ps
                                                                                                                    ps aux
                                                                                                                    3⤵
                                                                                                                    • Checks CPU configuration
                                                                                                                    • Reads CPU attributes
                                                                                                                    • Process Discovery
                                                                                                                    • Reads runtime system information
                                                                                                                    PID:2985
                                                                                                                  • /usr/bin/grep
                                                                                                                    grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/multiarch.d/site.local
                                                                                                                    3⤵
                                                                                                                      PID:2986
                                                                                                                    • /usr/bin/grep
                                                                                                                      grep -v grep
                                                                                                                      3⤵
                                                                                                                        PID:2987
                                                                                                                    • /bin/sh
                                                                                                                      sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/multiarch.d/site.local\" | grep -v grep"
                                                                                                                      2⤵
                                                                                                                      • Security Software Discovery
                                                                                                                      PID:2988
                                                                                                                      • /usr/bin/ps
                                                                                                                        ps aux
                                                                                                                        3⤵
                                                                                                                        • Checks CPU configuration
                                                                                                                        • Reads CPU attributes
                                                                                                                        • Process Discovery
                                                                                                                        • Reads runtime system information
                                                                                                                        PID:2989
                                                                                                                      • /usr/bin/grep
                                                                                                                        grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/multiarch.d/site.local
                                                                                                                        3⤵
                                                                                                                          PID:2990
                                                                                                                        • /usr/bin/grep
                                                                                                                          grep -v grep
                                                                                                                          3⤵
                                                                                                                            PID:2991
                                                                                                                        • /bin/sh
                                                                                                                          sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/multiarch.d/site.local\" | grep -v grep"
                                                                                                                          2⤵
                                                                                                                          • Security Software Discovery
                                                                                                                          PID:2992
                                                                                                                          • /usr/bin/grep
                                                                                                                            grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/multiarch.d/site.local
                                                                                                                            3⤵
                                                                                                                              PID:2994
                                                                                                                            • /usr/bin/grep
                                                                                                                              grep -v grep
                                                                                                                              3⤵
                                                                                                                                PID:2995
                                                                                                                              • /usr/bin/ps
                                                                                                                                ps aux
                                                                                                                                3⤵
                                                                                                                                • Checks CPU configuration
                                                                                                                                • Reads CPU attributes
                                                                                                                                • Process Discovery
                                                                                                                                PID:2993
                                                                                                                            • /bin/sh
                                                                                                                              sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/xdg-user-dirs.d/site.local\" | grep -v grep"
                                                                                                                              2⤵
                                                                                                                              • Security Software Discovery
                                                                                                                              PID:2996
                                                                                                                              • /usr/bin/grep
                                                                                                                                grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/xdg-user-dirs.d/site.local
                                                                                                                                3⤵
                                                                                                                                  PID:2998
                                                                                                                                • /usr/bin/ps
                                                                                                                                  ps aux
                                                                                                                                  3⤵
                                                                                                                                  • Checks CPU configuration
                                                                                                                                  • Reads CPU attributes
                                                                                                                                  • Process Discovery
                                                                                                                                  • Reads runtime system information
                                                                                                                                  PID:2997
                                                                                                                                • /usr/bin/grep
                                                                                                                                  grep -v grep
                                                                                                                                  3⤵
                                                                                                                                    PID:2999
                                                                                                                                • /bin/sh
                                                                                                                                  sh -c -- "ps aux | grep \"//snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/xdg-user-dirs.d/site.local\" | grep -v grep"
                                                                                                                                  2⤵
                                                                                                                                  • Security Software Discovery
                                                                                                                                  PID:3000
                                                                                                                                  • /usr/bin/grep
                                                                                                                                    grep -v grep
                                                                                                                                    3⤵
                                                                                                                                      PID:3003
                                                                                                                                    • /usr/bin/ps
                                                                                                                                      ps aux
                                                                                                                                      3⤵
                                                                                                                                      • Checks CPU configuration
                                                                                                                                      • Reads CPU attributes
                                                                                                                                      • Process Discovery
                                                                                                                                      PID:3001
                                                                                                                                    • /usr/bin/grep
                                                                                                                                      grep //snap/snapd/23545/usr/lib/snapd/apparmor.d/tunables/xdg-user-dirs.d/site.local
                                                                                                                                      3⤵
                                                                                                                                        PID:3002

                                                                                                                                  Network

                                                                                                                                  MITRE ATT&CK Enterprise v15

                                                                                                                                  Replay Monitor

                                                                                                                                  Loading Replay Monitor...

                                                                                                                                  Downloads

                                                                                                                                  • /run/initramfs/readme_unlock.html

                                                                                                                                    Filesize

                                                                                                                                    6KB

                                                                                                                                    MD5

                                                                                                                                    38940d2f62dd2a4809ea4b6dcd27037f

                                                                                                                                    SHA1

                                                                                                                                    847741c22841a589828c31d6f3ee16602ccf864f

                                                                                                                                    SHA256

                                                                                                                                    f04448d4fad00f42f696526f064946d1e10909a81b968c10cb4867963f2acd11

                                                                                                                                    SHA512

                                                                                                                                    48a30257256685381a3705e70a2a1cdd89a688000e9d8243957496e661f3b080ff88c0127e9aeb487bc8bd769076142aceec77993658c90ee2c63605ac7023ee

                                                                                                                                  • /run/initramfs/readme_unlock.html

                                                                                                                                    Filesize

                                                                                                                                    6KB

                                                                                                                                    MD5

                                                                                                                                    8a4c1e191ff37a9fdcc27fc3b1e24022

                                                                                                                                    SHA1

                                                                                                                                    46a923f6a5b43580a5768199c4dae7cfff4392fc

                                                                                                                                    SHA256

                                                                                                                                    323f6d064f93d3b6da238c37aae64f5e97a211c4794ec76bdc0928565af235da

                                                                                                                                    SHA512

                                                                                                                                    9dba480e447c9f98ffe0fa78fc51831392fb2fdd940c70cce7bfabf5fe79f587cb403a1cb644bf482786c0a029ea6d5525218314f3ece12a6b13a6eaa8fd2dd4

                                                                                                                                  • /run/udev/data/readme_unlock.html

                                                                                                                                    Filesize

                                                                                                                                    6KB

                                                                                                                                    MD5

                                                                                                                                    60d375296698d594962f7849ea7973dd

                                                                                                                                    SHA1

                                                                                                                                    357a1d4f997b6f3817b875eb1a622416ea36aea2

                                                                                                                                    SHA256

                                                                                                                                    448add3e29b7480e96fb20bec9ff872f93d432f3f89df2d9ff91923d1c33d820

                                                                                                                                    SHA512

                                                                                                                                    fb299c4df25f7356b2256116ee8853b09cfcd473637faeed966d5bef22ff90a5fae555e897f59cbcb8e203b45f6e78d30b6ed4fe823f5ac26ff5b74eaa290876