General

  • Target
    <!DOCTYPE html> <html> <head> <title>XSS Example</title> </head> <body> <div> <!-- Imagine this data comes from user input or an untrusted source --> <p>User's comment: <script>alert('Malicious Script')</script></p> </div> <!-- This user input is not properly sanitized --> <div> <p>User's comment: <?php echo $_GET['comment']; ?></p> </div> </body> </html>.ps1
  • Size 357B
  • Sample260810-vm8ntsywbt
  • SHA256 d6dffdaad3fa28e07d4bd9a33e3c76b00250df706f51a3351dcc26b6cc3e7e5b
  • MD5 SHA1 SHA512 TLSH
Score
3/10

Malware Config

Targets

    • Target
      <!DOCTYPE html> <html> <head> <title>XSS Example</title> </head> <body> <div> <!-- Imagine this data comes from user input or an untrusted source --> <p>User's comment: <script>alert('Malicious Script')</script></p> </div> <!-- This user input is not properly sanitized --> <div> <p>User's comment: <?php echo $_GET['comment']; ?></p> </div> </body> </html>.ps1
    • Size 357B
    • SHA256 d6dffdaad3fa28e07d4bd9a33e3c76b00250df706f51a3351dcc26b6cc3e7e5b
    • MD5 SHA1 SHA512 TLSH
    Score
    3/10

MITRE ATT&CK Enterprise v16

Tasks