Check an IP Address, Domain Name, Subnet, or ASN
60.251.111.38 has a threat confidence score of 96%. This IP address from Taiwan (AS3462, Data Communication Business Group) has been observed in 29 honeypot sessions targeting SMB protocols. Detected attack patterns include smb remote service stager via mshta, svcctl remote service execution. First observed on February 6, 2026, most recently active April 6, 2026.
Composite behavior indicating remote lateral movement over SMB followed by service-based execution of a staged payload delivered through mshta invoking msiexec from remote infrastructure. The sequence combines IPC$ share access, SAMR and SVCCTL RPC binding, service control pipe interaction, and remote command execution consistent with administrative service creation or modification to execute a downloaded installer. This pattern is strongly associated with hands-on-keyboard intrusion activity and automated lateral propagation frameworks leveraging Windows service execution for payload deployment.
SMB session creating and binding to the svcctl pipe, opening the Service Control Manager via OpenSCManagerW, creating a service with an mshta.exe VBScript payload, starting it via StartServiceW, then deleting it via DeleteService.