regards
Mark
> --
> Need IPv6 Training? See http://www.ipv6securitytraining.com . IPv6 Security Training
>
> To unsubscribe from this group, send email to
> iscdshield+...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/iscdshield?hl=en
>
--
Note: The handlers are a group of about 30 volunteer computer security
professionals. You may receive responses from several individuals.
Please, use 'reply-to-all' to keep everyone in the loop.
The only reference I can think of is a bittorrent client perhaps?
if you have a dynamic IP address for your service it is likely that
the previous owner was using torrent and that the IP is still
registered with some tracking servers. what you may be seeing is this
type of traffic trying to reach the torrent client.
Doesn't mean that the traffic is NOT malicious, just that the sources
haven't been detected by any of the major IP rep feeds, which means
either you're very special, it's very new, or it's background noise.
> -----Original Message-----
> From: iscds...@googlegroups.com [mailto:iscds...@googlegroups.com]
> On Behalf Of fukawi2
> Sent: Wednesday, December 29, 2010 2:22 PM
> To: SANS Internet Storm Center / DShield
> Subject: [dshield] UDP Port 18273
>
None of these IPs show up (ever, in the last 4 years) in any of the
feeds we pull @ ThreatSTOP, although some of them are recently assigned
(were bogons until early this year).
Doesn't mean that the traffic is NOT malicious, just that the sources
haven't been detected by any of the major IP rep feeds, which means
either you're very special, it's very new, or it's background noise.
Sort of a shift in topic...
VM clone your works and have outbound go into a dead zone. Release all ports and see of those pop up and provide clues. I'm as interested in the anomaly as well as a potential sec breach. It's of course common for someone to exploit, then fix it do know one else can join the party.
Which “production line” stuff did you install?
SCADA worms are relatively new, so you MAY have something we haven’t seen before.
--
Keep posted, I'm curious to find out.
Sent from iPhone
Which “production line” stuff did you install?
SCADA worms are relatively new, so you MAY have something we haven’t seen before.
I double Joseph's response. Got to release the traffic for it to make a round trip to provide clues and perhaps trigger the signature on your IPS/IDS; assuming traffic flows through IPS/IDS.
From some side conversations I’ve had, this could be a new conficker variant. Those UDP packets would be drones scanning.
The most effective way to disrupt conficker, or any fast-flux DNS bot for that matter, is to block requests to the nameservers for the parent domain (the TLD that conficker generates the pseudorandom hosts in). This generally also works for randomly generated “tasted” TLDs, because the weakness of this malware approach is that, thanks to the short TTL of the actual host records, the botmasters need to use relatively stable NS records, since the CNAME/A records are unlikely to be cached. They can’t use hosted DNS services, since they have to be able to update the host IPs pretty often, and any DDNS provider would catch them fairly quickly. So, short of a gtld/cctld operator being in on the game, or compromised (in which case, just block that operator’s nameservers), you can block a wide range of badness by just blocking the known nameservers used by their zones. Beware if you are using forwarders (or, in theory, any other proxy DNS, although OpenDNS and others are pretty good at actually blocking/redirecting the fast-flux domains quickly), as this protection method will fail.
You’ll still have to find the drones, and identifying them will usually require analyzing your DNS server logs (for SERVFAIL, when the DNS request to the NS for the A times out due to the blocks), but it’s better than having a bot army on your network that are all able to talk to their herders.
Of course, even if you ARE using OpenDNS or other DNS proxies, (or are on the bleeding edge with RPZ feeds in your own nameservers) many bots, including later conficker variants, redirect all DNS requests on infected hosts directly to their pwned nameservers, rendering that method of protection moot. Blocking those pwned nameservers in your IDP or firewall, however, DOES protect you, with the added advantage that the trojaned user will call the helpdesk wondering why they can’t browse the web.
ThreatSTOP provides a significant number of these known NS IPs in our lists, and we are working on adding to them all the time. We’ve become members of the Security Information Exchange @ ISC, and our server there will be pulling data on these botnets, as well as sharing data with others.
Analysis of logs we’ve received over the past 2 days show a lot more blocks on outbound DNS requests to IPs we block, which usually means a new botnet went active. Most of these Nameservers are in China, and a good number of them are in the various DShield lists (many in the top 4000, which should only be used in conjunction with a whitelist of critical nameservers you don’t ever want to block).
From: iscds...@googlegroups.com [mailto:iscds...@googlegroups.com] On Behalf Of Phillip Smith
Sent: Thursday, December 30, 2010 2:35 PM
To: iscds...@googlegroups.com
Subject: Re: [dshield] UDP Port 18273
On 30 December 2010 13:32, Mike Zarins <mike....@gmail.com> wrote:
--
Since you’re not seeing outbound traffic on this port, if you DO have bots in your network, they are probably using HTTP(s), and these UDP packets are return connection attempts.
It’s also possible that it’s just scans, and you aren’t infected.
Easiest way to find out is profile your outbound traffic and compare to some earlier baseline.
From: iscds...@googlegroups.com [mailto:iscds...@googlegroups.com] On Behalf Of Phillip Smith
Sent: Thursday, December 30, 2010 2:35 PM
To: iscds...@googlegroups.com
Subject: Re: [dshield] UDP Port 18273
On 30 December 2010 13:32, Mike Zarins <mike....@gmail.com> wrote:
--
This is likely NOT Conficker as surmised in other emails. We have
observed unsolicited UDP packets to IP addresses that were never used by
workstations or NAT/firewalls. In fact, some of the IP addresses
receiving these unsolicited UDP packets have been occupied by intrusion
detection systems for nearly a decade.
Capture a packet using ngrep. If you see "e1:q4:ping1:t4:" or similar,
those are Bittorrent Pings. If the packet starts with "d1:ad2:id20:" or
similar, you're also dealing with Bittorrent requests. We've seen those
unsolicited P2P pings also to IPs that never had workstations on it
(either are unused for years, or are used by our IDSes).
That said, we've also observed other unsolicited UDP packets--again to
unused, tarpit, darknet or IDS IP addresses--that don't seem to match
any P2P protocols or SIP. Some of these ports are 54756, 56814, 37556,
20587, 34044, etc, etc.
Since the port numbers vary to greatly, it's unlikely these are botnet
CNC scans. Some ports do stick out, like 16769 and 34044, in that there
are retries of those packets. None of these source IPs belong to known
botnet controllers, but almost all of these sources are residential
cable/DSL addresses. A good chunk of those sources are also performing
TCP scans against the same ports. Odd, eh?
But overall I believe these are caused by crappy P2P applications that
are just nuts and try to connect to world and dog.
Cheers,
Frank
And sometimes, the P2P application is behaving as sanely as it is able to, when
it is intentionally lied to about who is a member of the set "world and dog".
The various copyright-mafia groups *have* been known to hire enforcers who
intentionally polluted the P2P trackers with IP addresses that were in fact not
seeding the files. The *real* fun started when some *other* enforcer didn't
know what the first group was doing, and started sending out 512-takedown
requests on the basis of the bogus seeding entries on the trackers.
Since you’re not seeing outbound traffic on this port, if you DO have bots in your network, they are probably using HTTP(s), and these UDP packets are return connection attempts.
It’s also possible that it’s just scans, and you aren’t infected.
Easiest way to find out is profile your outbound traffic and compare to some earlier baseline.
Looks like conficker may be going active again.
> -----Original Message-----
> From: iscds...@googlegroups.com [mailto:iscds...@googlegroups.com]
> On Behalf Of Frank Knobbe
> Sent: Saturday, January 01, 2011 2:50 PM
> To: iscds...@googlegroups.com
> Subject: Re: [dshield] UDP Port 18273
>
Conficker is active, no doubt about that. Or at least something like it.
We've seen an immense increase on port 445 attempts (it's topping our
charts for while now. Didn't follow closed with the holidays and all,
but looks like at least a week).
What I'm saying is that those packets the OP described don't look like
Conficker.
-Frank