[See the Host entries at the end of the document]
http://en.0430.com/cn/web86683/
Sharer: wadmin00126 Category: software companies
Score: (59) PR: PR:PR:4
.gnaget-schack-pattern { | |
background-color: #ffdd00; | |
background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%); | |
background-size:100px 100px; | |
background-position: 0 0, 50px 50px; | |
} | |
.gnaget-schack-pattern-alt { | |
background-color: rgba(255, 221, 0, 1); | |
background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black); | |
background-size:60px 60px; |
#!/bin/bash | |
# Malicious Script Detection and Mitigation Script | |
# This script checks for traces of the malicious AppleScript payload on macOS systems and removes them if found. | |
# More info: https://rentry.co/ogf_malware | |
# Global variable to track if anything suspicious is detected | |
suspicious_found=false | |
# Function to check and clean suspicious temporary files and directories |