Advertisement
ELFs

POIX Panel Malware - Stopped by ELF

Nov 16th, 2019
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 6.18 KB | None | 0 0
  1. #POIX Panel was a base form for malware, users would use the tool to lure people in and when downloading the tool, whatever RAT they are using on the form will take over.
  2. #i have decompiled the tool. ~ ELF
  3. -
  4. using System;
  5. using System.ComponentModel;
  6. using System.Drawing;
  7. using System.Windows.Forms;
  8. using POIXPanel.Properties;
  9.  
  10. namespace POIXPanel
  11. {
  12.     // Token: 0x02000002 RID: 2
  13.     public class Form1 : Form
  14.     {
  15.         // Token: 0x06000001 RID: 1 RVA: 0x00002050 File Offset: 0x00000250
  16.         public Form1()
  17.         {
  18.             this.InitializeComponent();
  19.         }
  20.  
  21.         // Token: 0x06000002 RID: 2 RVA: 0x00002068 File Offset: 0x00000268
  22.         private void Button1_Click(object sender, EventArgs e)
  23.         {
  24.             string message = "Attacker Detected: Your computer has been locked for security.POIX Malware decrypted by ELF";
  25.             MessageBox.Show(message);
  26.         }
  27.  
  28.         // Token: 0x06000003 RID: 3 RVA: 0x00002084 File Offset: 0x00000284
  29.         protected override void Dispose(bool disposing)
  30.         {
  31.             bool flag = disposing && this.components != null;
  32.             if (flag)
  33.             {
  34.                 this.components.Dispose();
  35.             }
  36.             base.Dispose(disposing);
  37.         }
  38.  
  39.         // Token: 0x06000004 RID: 4 RVA: 0x000020BC File Offset: 0x000002BC
  40.         private void InitializeComponent()
  41.         {
  42.             this.button1 = new Button();
  43.             this.textBox1 = new TextBox();
  44.             this.label1 = new Label();
  45.             this.textBox2 = new TextBox();
  46.             this.label2 = new Label();
  47.             this.radioButton1 = new RadioButton();
  48.             this.radioButton2 = new RadioButton();
  49.             this.radioButton3 = new RadioButton();
  50.             this.radioButton4 = new RadioButton();
  51.             this.pictureBox1 = new PictureBox();
  52.             ((ISupportInitialize)this.pictureBox1).BeginInit();
  53.             base.SuspendLayout();
  54.             this.button1.BackColor = Color.DarkRed;
  55.             this.button1.Location = new Point(96, 331);
  56.             this.button1.Name = "button1";
  57.             this.button1.Size = new Size(127, 47);
  58.             this.button1.TabIndex = 0;
  59.             this.button1.Text = "Send DDOS Attack";
  60.             this.button1.UseVisualStyleBackColor = false;
  61.             this.button1.Click += this.Button1_Click;
  62.             this.textBox1.Location = new Point(86, 215);
  63.             this.textBox1.Name = "textBox1";
  64.             this.textBox1.Size = new Size(147, 20);
  65.             this.textBox1.TabIndex = 1;
  66.             this.label1.AutoSize = true;
  67.             this.label1.ForeColor = Color.Maroon;
  68.             this.label1.Location = new Point(83, 199);
  69.             this.label1.Name = "label1";
  70.             this.label1.Size = new Size(61, 13);
  71.             this.label1.TabIndex = 2;
  72.             this.label1.Text = "IP Address:";
  73.             this.textBox2.Location = new Point(86, 258);
  74.             this.textBox2.Name = "textBox2";
  75.             this.textBox2.Size = new Size(147, 20);
  76.             this.textBox2.TabIndex = 3;
  77.             this.label2.AutoSize = true;
  78.             this.label2.ForeColor = Color.Maroon;
  79.             this.label2.Location = new Point(83, 242);
  80.             this.label2.Name = "label2";
  81.             this.label2.Size = new Size(29, 13);
  82.             this.label2.TabIndex = 4;
  83.             this.label2.Text = "Port:";
  84.             this.radioButton1.AutoSize = true;
  85.             this.radioButton1.ForeColor = Color.Maroon;
  86.             this.radioButton1.Location = new Point(86, 284);
  87.             this.radioButton1.Name = "radioButton1";
  88.             this.radioButton1.Size = new Size(48, 17);
  89.             this.radioButton1.TabIndex = 5;
  90.             this.radioButton1.TabStop = true;
  91.             this.radioButton1.Text = "UDP";
  92.             this.radioButton1.UseVisualStyleBackColor = true;
  93.             this.radioButton2.AutoSize = true;
  94.             this.radioButton2.ForeColor = Color.Maroon;
  95.             this.radioButton2.Location = new Point(86, 308);
  96.             this.radioButton2.Name = "radioButton2";
  97.             this.radioButton2.Size = new Size(47, 17);
  98.             this.radioButton2.TabIndex = 6;
  99.             this.radioButton2.TabStop = true;
  100.             this.radioButton2.Text = "SYN";
  101.             this.radioButton2.UseVisualStyleBackColor = true;
  102.             this.radioButton3.AutoSize = true;
  103.             this.radioButton3.ForeColor = Color.Maroon;
  104.             this.radioButton3.Location = new Point(185, 308);
  105.             this.radioButton3.Name = "radioButton3";
  106.             this.radioButton3.Size = new Size(46, 17);
  107.             this.radioButton3.TabIndex = 7;
  108.             this.radioButton3.TabStop = true;
  109.             this.radioButton3.Text = "TCP";
  110.             this.radioButton3.UseVisualStyleBackColor = true;
  111.             this.radioButton4.AutoSize = true;
  112.             this.radioButton4.ForeColor = Color.Maroon;
  113.             this.radioButton4.Location = new Point(185, 284);
  114.             this.radioButton4.Name = "radioButton4";
  115.             this.radioButton4.Size = new Size(48, 17);
  116.             this.radioButton4.TabIndex = 8;
  117.             this.radioButton4.TabStop = true;
  118.             this.radioButton4.Text = "DNS";
  119.             this.radioButton4.UseVisualStyleBackColor = true;
  120.             this.pictureBox1.Image = Resources.cooltext341067381740115;
  121.             this.pictureBox1.Location = new Point(12, 12);
  122.             this.pictureBox1.Name = "pictureBox1";
  123.             this.pictureBox1.Size = new Size(315, 162);
  124.             this.pictureBox1.SizeMode = PictureBoxSizeMode.Zoom;
  125.             this.pictureBox1.TabIndex = 9;
  126.             this.pictureBox1.TabStop = false;
  127.             base.AutoScaleDimensions = new SizeF(6f, 13f);
  128.             base.AutoScaleMode = AutoScaleMode.Font;
  129.             this.BackColor = Color.Black;
  130.             base.ClientSize = new Size(322, 421);
  131.             base.Controls.Add(this.pictureBox1);
  132.             base.Controls.Add(this.radioButton4);
  133.             base.Controls.Add(this.radioButton3);
  134.             base.Controls.Add(this.radioButton2);
  135.             base.Controls.Add(this.radioButton1);
  136.             base.Controls.Add(this.label2);
  137.             base.Controls.Add(this.textBox2);
  138.             base.Controls.Add(this.label1);
  139.             base.Controls.Add(this.textBox1);
  140.             base.Controls.Add(this.button1);
  141.             base.FormBorderStyle = FormBorderStyle.FixedToolWindow;
  142.             base.Name = "Form1";
  143.             this.Text = "POIX Panel";
  144.             ((ISupportInitialize)this.pictureBox1).EndInit();
  145.             base.ResumeLayout(false);
  146.             base.PerformLayout();
  147.         }
  148.  
  149.         // Token: 0x04000001 RID: 1
  150.         private IContainer components = null;
  151.  
  152.         // Token: 0x04000002 RID: 2
  153.         private Button button1;
  154.  
  155.         // Token: 0x04000003 RID: 3
  156.         private TextBox textBox1;
  157.  
  158.         // Token: 0x04000004 RID: 4
  159.         private Label label1;
  160.  
  161.         // Token: 0x04000005 RID: 5
  162.         private TextBox textBox2;
  163.  
  164.         // Token: 0x04000006 RID: 6
  165.         private Label label2;
  166.  
  167.         // Token: 0x04000007 RID: 7
  168.         private RadioButton radioButton1;
  169.  
  170.         // Token: 0x04000008 RID: 8
  171.         private RadioButton radioButton2;
  172.  
  173.         // Token: 0x04000009 RID: 9
  174.         private RadioButton radioButton3;
  175.  
  176.         // Token: 0x0400000A RID: 10
  177.         private RadioButton radioButton4;
  178.  
  179.         // Token: 0x0400000B RID: 11
  180.         private PictureBox pictureBox1;
  181.     }
  182. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement