Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > Linux Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-18-2008, 09:12 AM
Steven Mocking
 
Posts: n/a
Default Weird, suspicious server failure

Sorry for the multipost from alt.linux, but this group is better
suited.

Last week I set up a NIS master on our fileserver. Clients worked fine.
Then, out of the blue, the machine started to fail rather horribly
after running cron.daily. Server processes continued to operate, but
ssh and local logins resulted in a hanging terminal. Samba was also
non-functional.

Over ssh, Ctrl-C and Ctrl-4 couldn't recover the prompt. We managed to
gain the ability to execute commands on it remotely as root by a not
entirely intentional backdoor, so we could investigate and fix the
machine. After a while we managed to get a process list. There were a
few dozen defunct sshd children and smb also had children. The most
striking was a whole bunch of crond children which seemed to have hung
up.

root 1177 0.0 0.0 1568 148 ? S Nov07 0:02 crond
root 1082 0.0 0.0 1568 108 ? S 04:42 0:00 \_
CROND
smmsp 1084 0.0 0.0 5760 684 ? S 04:42 0:00 | \_
[sendmail]
root 1091 0.0 0.0 1564 64 ? D 05:01 0:00 \_
CROND
root 1093 0.0 0.0 1564 64 ? D 05:01 0:00 \_
CROND
root 1095 0.0 0.0 1564 64 ? D 05:01 0:00 \_
CROND
root 1109 0.0 0.0 1564 64 ? D 06:01 0:00 \_
CROND
root 1111 0.0 0.0 1564 64 ? D 06:01 0:00 \_
CROND
root 1113 0.0 0.0 1564 64 ? D 06:01 0:00 \_
CROND
The list continued like this until the present - three hanging children
every hour. Syslogd was also still running, even though
/var/log/messages was empty:
root 1037 0.0 0.0 1464 564 ? S Nov07 0:11 syslogd
-m 0

Strangely, the /var/log/messages file seemed empty. We then attempted
to restart sshd to see if that would allow logins. This got stuck and
blocked the only way we could execute commands on the machine. Minutes
later the NIS server failed as well and clients were beginning to have
problems. We had to reboot the machine (after informing a few dozen
customers) and expected it to break down during boot. Interestingly
though, it booted and still runs normally.

But now, /var/log/messages was no longer empty - there was a rather
conflicting and suspicious line at the top (note the timestamp).

Dec 1 14:42:45 tk7 syslogd 1.4.1: restart.
Dec 1 04:08:03 tk7 su(pam_unix)[1026]: session opened for user news by
(uid=0)
Dec 1 04:08:03 tk7 su(pam_unix)[1026]: session closed for user news
Dec 1 04:42:00 tk7 CROND[1078]: (root) CMD (run-parts
/etc/cron.monthly)
Dec 1 04:42:00 tk7 CROND[1083]: (root) CMD (root run-parts
/etc/cron.monthly)

/var/log/boot.log also seems to have moved back in time:

Dec 1 15:45:47 tk7 sshd:
Dec 1 15:45:47 tk7 sshd: succeeded
Dec 1 15:45:48 tk7 tomcat: Starting tomcat:
Dec 1 15:45:48 tk7 tomcat: tomcat.
Dec 1 15:45:49 tk7 tomcat: Usage: /etc/init.d/tomcat
{start|stop|restart|force-reload}
Dec 1 15:45:49 tk7 rc: Starting tomcat: failed
Dec 1 14:48:24 tk7 ntpd: succeeded
Dec 1 14:48:24 tk7 ntpd: ntpd startup succeeded
Dec 1 14:48:26 tk7 nfs: Starting NFS services: succeeded
Dec 1 14:48:26 tk7 nfs: rpc.rquotad startup succeeded
Dec 1 14:48:27 tk7 nfs: rpc.nfsd startup succeeded
Dec 1 14:48:27 tk7 nfs: rpc.mountd startup succeeded

I'm at a loss here and don't like it one bit. The machine is rather
mission-critical and the possibility of a rootkit comes to mind, even
though chkrootkit couldn't find a trace of it.

Does this sound familiar to someone?

Any comments appreciated.
Steven Mocking

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-18-2008, 09:13 AM
Enrique Perez-Terron
 
Posts: n/a
Default Re: Weird, suspicious server failure

On Fri, 02 Dec 2005 11:44:40 +0100, Steven Mocking <s.mocking@gmail.com> wrote:

> Sorry for the multipost from alt.linux, but this group is better
> suited.
>
> Last week I set up a NIS master on our fileserver. Clients worked fine.
> Then, out of the blue, the machine started to fail rather horribly
> after running cron.daily. Server processes continued to operate, but
> ssh and local logins resulted in a hanging terminal. Samba was also
> non-functional.
>
> Over ssh, Ctrl-C and Ctrl-4 couldn't recover the prompt. We managed to
> gain the ability to execute commands on it remotely as root by a not
> entirely intentional backdoor, so we could investigate and fix the
> machine. After a while we managed to get a process list. There were a
> few dozen defunct sshd children and smb also had children. The most
> striking was a whole bunch of crond children which seemed to have hung
> up.


Ugh, posting through Google is problematic, because they wrap the lines
making the post so hard to read, that you seriouly risk loosing the best
comments.

> root 1177 0.0 0.0 1568 148 ? S Nov07 0:02 crond
> root 1082 0.0 0.0 1568 108 ? S 04:42 0:00 \_ CROND
> smmsp 1084 0.0 0.0 5760 684 ? S 04:42 0:00 | \_ [sendmail]
> root 1091 0.0 0.0 1564 64 ? D 05:01 0:00 \_ CROND
> root 1093 0.0 0.0 1564 64 ? D 05:01 0:00 \_ CROND
> root 1095 0.0 0.0 1564 64 ? D 05:01 0:00 \_ CROND
> root 1109 0.0 0.0 1564 64 ? D 06:01 0:00 \_ CROND
> root 1111 0.0 0.0 1564 64 ? D 06:01 0:00 \_ CROND
> root 1113 0.0 0.0 1564 64 ? D 06:01 0:00 \_ CROND


> The list continued like this until the present - three hanging children
> every hour. Syslogd was also still running, even though
> /var/log/messages was empty:
> root 1037 0.0 0.0 1464 564 ? S Nov07 0:11 syslogd -m 0


> Strangely, the /var/log/messages file seemed empty. We then attempted


What about /var/log/messages.* ?

Cron.daily runs logrotate, no? that would leave /var/log/messages empty.

> to restart sshd to see if that would allow logins. This got stuck and
> blocked the only way we could execute commands on the machine. Minutes
> later the NIS server failed as well and clients were beginning to have
> problems. We had to reboot the machine (after informing a few dozen
> customers) and expected it to break down during boot. Interestingly
> though, it booted and still runs normally.


> But now, /var/log/messages was no longer empty - there was a rather
> conflicting and suspicious line at the top (note the timestamp).
>
> Dec 1 14:42:45 tk7 syslogd 1.4.1: restart.
> Dec 1 04:08:03 tk7 su(pam_unix)[1026]: session opened for user news by
> (uid=0)


What is your geographical location? Your timezone?

> Dec 1 04:08:03 tk7 su(pam_unix)[1026]: session closed for user news
> Dec 1 04:42:00 tk7 CROND[1078]: (root) CMD (run-parts
> /etc/cron.monthly)
> Dec 1 04:42:00 tk7 CROND[1083]: (root) CMD (root run-parts
> /etc/cron.monthly)
>
> /var/log/boot.log also seems to have moved back in time:
>
> Dec 1 15:45:47 tk7 sshd:
> Dec 1 15:45:47 tk7 sshd: succeeded
> Dec 1 15:45:48 tk7 tomcat: Starting tomcat:
> Dec 1 15:45:48 tk7 tomcat: tomcat.
> Dec 1 15:45:49 tk7 tomcat: Usage: /etc/init.d/tomcat
> {start|stop|restart|force-reload}
> Dec 1 15:45:49 tk7 rc: Starting tomcat: failed


mmm. Init runs "/etc/rc.d/rc 5" (or some other runlevel), and
/etc/rc.d/rc runs the scripts with "start" or "stop". I would
investicate why this script is complaining. But that may not
be the most urgent, this could just be some old cruft. (I don't
run apache, so I am no good source here, just my two cents.)

> Dec 1 14:48:24 tk7 ntpd: succeeded


Ntpd warps your time. One hour and three minutes, it seems. Use
/sbin/hwclock to check what the hardware clock is doing. What time
was it on your "wall clock" when you rebooted, do you know?

> Dec 1 14:48:24 tk7 ntpd: ntpd startup succeeded
> Dec 1 14:48:26 tk7 nfs: Starting NFS services: succeeded
> Dec 1 14:48:26 tk7 nfs: rpc.rquotad startup succeeded
> Dec 1 14:48:27 tk7 nfs: rpc.nfsd startup succeeded
> Dec 1 14:48:27 tk7 nfs: rpc.mountd startup succeeded
>
> I'm at a loss here and don't like it one bit. The machine is rather
> mission-critical and the possibility of a rootkit comes to mind, even
> though chkrootkit couldn't find a trace of it.


I don't thinks it smells terribly strongly of a rootkit quite yet. At
least, if you find the messages.1, messages.2 etc are there and have
reasonable contents. A hardware problem, perhaps. A disk failure, memory
failure... Some data about the hw config?

What does cron.daily do on your system? That is, what is in your
/etc/cron.daily?

> Does this sound familiar to someone?


Not to me. I am in short supply of explanations of what was bugging
the computer after the cron.daily. Perhaps it's a coincidence,
cron.daily may be a false lead. But I would like to see suggestions
from the newsgroup as to what could hav made e.g. sshd behave like
that.

If a rootkit is a serious threat, that is, if the computer holds data
that could be easily exchanged for serious money by a resourcefull attacker:

Rebuild the system from rpms, on a separate computer. That is, buy a (set of)
new disk(s) and rebuild the disks containing the system software, the boot
sectors, and the kernel. Supposing you already have all customer data
on separate partitions, and no customer-controlled software is running
with root privileges, you should be able to replace the newly built system
disk with minimal disruption.

Once you have the idea of a possible rootkit bugging you, checks like
rpm -V (on rpm-based distributions) are not completely satisfactory, because
the rootkit may include manipulation of the rpm database. Even the kernel
could be manipulated, and cover the traces no matter what you do. You would
have to build an equivalend rpm database on an uncompromised computer, and
have rpm check a mirror of the server against it. But his is more work,
probably, than just building a new system disk.

-Enrique
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-18-2008, 09:13 AM
Peter T. Breuer
 
Posts: n/a
Default Re: Weird, suspicious server failure

Steven Mocking <s.mocking@gmail.com> wrote:
> Over ssh, Ctrl-C and Ctrl-4 couldn't recover the prompt. We managed to
> gain the ability to execute commands on it remotely as root by a not
> entirely intentional backdoor, so we could investigate and fix the
> machine. After a while we managed to get a process list. There were a
> few dozen defunct sshd children and smb also had children. The most
> striking was a whole bunch of crond children which seemed to have hung
> up.


Well, what are they waiting on? Run ps axl and check the WCHAN column.


> root 1177 0.0 0.0 1568 148 ? S Nov07 0:02 crond
> root 1082 0.0 0.0 1568 108 ? S 04:42 0:00 \_
> CROND
> smmsp 1084 0.0 0.0 5760 684 ? S 04:42 0:00 | \_
> [sendmail]
> root 1091 0.0 0.0 1564 64 ? D 05:01 0:00 \_
> CROND
> root 1093 0.0 0.0 1564 64 ? D 05:01 0:00 \_
> CROND
> root 1095 0.0 0.0 1564 64 ? D 05:01 0:00 \_
> CROND
> root 1109 0.0 0.0 1564 64 ? D 06:01 0:00 \_
> CROND
> root 1111 0.0 0.0 1564 64 ? D 06:01 0:00 \_
> CROND
> root 1113 0.0 0.0 1564 64 ? D 06:01 0:00 \_
> CROND
> The list continued like this until the present - three hanging children
> every hour. Syslogd was also still running, even though


Shrug - you have some hardware problem. Probably a fubared disk. Maybe
just a NFS mount that has gone bad. Find out.

> /var/log/messages was empty:
> root 1037 0.0 0.0 1464 564 ? S Nov07 0:11 syslogd -m 0


??? What do you mean?


> Strangely, the /var/log/messages file seemed empty. We then attempted
> to restart sshd to see if that would allow logins. This got stuck and


Well, where did it stick? Strace it.

> But now, /var/log/messages was no longer empty - there was a rather
> conflicting and suspicious line at the top (note the timestamp).


> Dec 1 14:42:45 tk7 syslogd 1.4.1: restart.
> Dec 1 04:08:03 tk7 su(pam_unix)[1026]: session opened for user news by (uid=0)
> Dec 1 04:08:03 tk7 su(pam_unix)[1026]: session closed for user news
> Dec 1 04:42:00 tk7 CROND[1078]: (root) CMD (run-parts /etc/cron.monthly)
> Dec 1 04:42:00 tk7 CROND[1083]: (root) CMD (root run-parts /etc/cron.monthly)


I see nothing suspicious. Time adjust. So? Reset the bios clock so the
adjust won't be necessary.

> /var/log/boot.log also seems to have moved back in time:


> Dec 1 15:45:47 tk7 sshd:
> Dec 1 15:45:47 tk7 sshd: succeeded
> Dec 1 15:45:48 tk7 tomcat: Starting tomcat:
> Dec 1 15:45:48 tk7 tomcat: tomcat.
> Dec 1 15:45:49 tk7 tomcat: Usage: /etc/init.d/tomcat {start|stop|restart|force-reload}
> Dec 1 15:45:49 tk7 rc: Starting tomcat: failed
> Dec 1 14:48:24 tk7 ntpd: succeeded
> Dec 1 14:48:24 tk7 ntpd: ntpd startup succeeded
> Dec 1 14:48:26 tk7 nfs: Starting NFS services: succeeded
> Dec 1 14:48:26 tk7 nfs: rpc.rquotad startup succeeded
> Dec 1 14:48:27 tk7 nfs: rpc.nfsd startup succeeded
> Dec 1 14:48:27 tk7 nfs: rpc.mountd startup succeeded


Well, you certainly have whacky clocking.

> Does this sound familiar to someone?


You forgot to trace what was happening. There isn't any data heer to
point anywhere.

Peter
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-18-2008, 09:15 AM
Steven Mocking
 
Posts: n/a
Default Re: Weird, suspicious server failure

Enrique Perez-Terron schreef:
> > Strangely, the /var/log/messages file seemed empty. We then attempted

>
> What about /var/log/messages.* ?
>
> Cron.daily runs logrotate, no? that would leave /var/log/messages empty.


It rotates /var/log/messages at 4 in the morning - it was empty at 2 in
the afternoon. Previous monthly crons produced a lot of logs after the
last log in /var/log/messages.1.
The older ones appeared rather normal after the reboot, but by then
/var/log/messages had also materialised somehow.

> > to restart sshd to see if that would allow logins. This got stuck and
> > blocked the only way we could execute commands on the machine. Minutes
> > later the NIS server failed as well and clients were beginning to have
> > problems. We had to reboot the machine (after informing a few dozen
> > customers) and expected it to break down during boot. Interestingly
> > though, it booted and still runs normally.

>
> > But now, /var/log/messages was no longer empty - there was a rather
> > conflicting and suspicious line at the top (note the timestamp).
> >
> > Dec 1 14:42:45 tk7 syslogd 1.4.1: restart.
> > Dec 1 04:08:03 tk7 su(pam_unix)[1026]: session opened for user news by
> > (uid=0)

>
> What is your geographical location? Your timezone?


Amsterdam, Netherlands: GMT + 1 and daylight saving. And no, the
timeserver isn't in Hawaii. It's a few blocks away at our provider.
While an unprecedented feat of general relativity involving black holes
and our office being kicked about the solar system faster than you can
say "Where did the sun go?" *would* be nice to fantasize about, I'm
afraid my cow-orkers wouldn't buy it.

> > Dec 1 15:45:47 tk7 sshd:
> > Dec 1 15:45:47 tk7 sshd: succeeded
> > Dec 1 15:45:48 tk7 tomcat: Starting tomcat:
> > Dec 1 15:45:48 tk7 tomcat: tomcat.
> > Dec 1 15:45:49 tk7 tomcat: Usage: /etc/init.d/tomcat
> > {start|stop|restart|force-reload}
> > Dec 1 15:45:49 tk7 rc: Starting tomcat: failed

>
> mmm. Init runs "/etc/rc.d/rc 5" (or some other runlevel), and
> /etc/rc.d/rc runs the scripts with "start" or "stop". I would
> investicate why this script is complaining. But that may not
> be the most urgent, this could just be some old cruft. (I don't
> run apache, so I am no good source here, just my two cents.)


Rewrote that from another distro - apparently fscking up the
conditionals. Whoops, but it can't be related, since it wasn't being
run until the reboot.

> > Dec 1 14:48:24 tk7 ntpd: succeeded

>
> Ntpd warps your time. One hour and three minutes, it seems. Use
> /sbin/hwclock to check what the hardware clock is doing. What time
> was it on your "wall clock" when you rebooted, do you know?


We could only execute commands through a rather hard to exploit hole in
a piece of software still running on the server. When we tried to
restart sshd, it blocked and no further access could be gained. All we
managed to get hold of is a list of changed files in /etc,
/var/log/messages (which was empty) and a ps faux listing.

> > Dec 1 14:48:24 tk7 ntpd: ntpd startup succeeded
> > Dec 1 14:48:26 tk7 nfs: Starting NFS services: succeeded
> > Dec 1 14:48:26 tk7 nfs: rpc.rquotad startup succeeded
> > Dec 1 14:48:27 tk7 nfs: rpc.nfsd startup succeeded
> > Dec 1 14:48:27 tk7 nfs: rpc.mountd startup succeeded
> >
> > I'm at a loss here and don't like it one bit. The machine is rather
> > mission-critical and the possibility of a rootkit comes to mind, even
> > though chkrootkit couldn't find a trace of it.

>
> I don't thinks it smells terribly strongly of a rootkit quite yet. At
> least, if you find the messages.1, messages.2 etc are there and have
> reasonable contents. A hardware problem, perhaps. A disk failure, memory
> failure... Some data about the hw config?


It's a quad 2.4 GHz Xeon (512 KB cache) with 1 GB of RAM and five SCSI
disks:

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda5 303251 186122 101468 65% /
/dev/sdc1 35001508 25760460 7463056 78% /home
/dev/sda9 1018298 19946 945741 3% /tmp
/dev/sda6 10839384 7631428 2657332 75% /usr
/dev/sda8 1035660 297728 685324 31% /var
/dev/sdb1 35001508 31636408 1587108 96% /data
/dev/sde1 288362876 63420984 210293828 24% /projects
/dev/sda1 2071384 1323940 642220 68% /scratch
/dev/sda7 2071384 1764692 201468 90% /scratch2
/dev/sdd2 20161204 3752428 15384636 20% /winshare
none 515112 0 515112 0% /dev/shm

00:00.0 Host bridge: ServerWorks GCNB-LE Host Bridge (rev 32)
00:00.1 Host bridge: ServerWorks GCNB-LE Host Bridge
00:02.0 Ethernet controller: Intel Corp. 82540EM Gigabit Ethernet
Controller (rev 02)
00:0e.0 VGA compatible controller: ATI Technologies Inc Rage XL (rev
27)
00:0f.0 Host bridge: ServerWorks CSB5 South Bridge (rev 93)
00:0f.1 IDE interface: ServerWorks CSB5 IDE Controller (rev 93)
00:0f.2 USB Controller: ServerWorks OSB4/CSB5 OHCI USB Controller (rev
05)
00:0f.3 ISA bridge: ServerWorks GCLE Host Bridge
00:10.0 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
00:10.2 Host bridge: ServerWorks: Unknown device 0101 (rev 05)
01:04.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 (rev
07)

> What does cron.daily do on your system? That is, what is in your
> /etc/cron.daily?


ls of /etc/cron.daily:
00-logwatch
logrotate
rpm
tetex.cron
00webalizer
makewhatis.cron
slocate.cron
tmpwatch
0anacron
nis-update.cron
slrnpull-expire

Not going to cat all those scripts, but of interest is logrotate:
/usr/sbin/logrotate /etc/logrotate.conf

and nis-update.cron (because I put it there three days before the
trouble started):
/usr/bin/make -C /var/yp

I've ran that nis-update about five times before, without any problems
- perhaps it interferes with something else in some way.

> > Does this sound familiar to someone?

>
> Not to me. I am in short supply of explanations of what was bugging
> the computer after the cron.daily. Perhaps it's a coincidence,
> cron.daily may be a false lead. But I would like to see suggestions
> from the newsgroup as to what could hav made e.g. sshd behave like
> that.


Thanks for all the comments (and those of other people). There are some
things we hadn't thought about in these replies.

> Rebuild the system from rpms, on a separate computer. That is, buy a (set of)
> new disk(s) and rebuild the disks containing the system software, the boot
> sectors, and the kernel. Supposing you already have all customer data
> on separate partitions, and no customer-controlled software is running
> with root privileges, you should be able to replace the newly built system
> disk with minimal disruption.


And have a spanking new server to play with. Good idea indeed.

> Once you have the idea of a possible rootkit bugging you, checks like
> rpm -V (on rpm-based distributions) are not completely satisfactory, because
> the rootkit may include manipulation of the rpm database. Even the kernel
> could be manipulated, and cover the traces no matter what you do. You would
> have to build an equivalend rpm database on an uncompromised computer, and
> have rpm check a mirror of the server against it. But his is more work,
> probably, than just building a new system disk.


I've been meaning to set up a monitoring box anyway. This is one of the
things it might be useful for.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 08:27 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
UnixAdminTalk.com

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782