Live data from Hacker News

Mirai Botnet Client, Echo Loader and CNC source code

github.com

1–10 of 51 posts

Re: Mirai Botnet Client, Echo Loader and CNC source code

#3
I think the headline there, "Mirai Botnet Client, Echo Loader and CNC source code", is more descriptive and suitable than the current title.

"Mirai" is a rather generic name; for a moment I was wondering if it was related to the https://en.wikipedia.org/wiki/Toyota_Mirai ...but it did make me click to find out.

Re: Mirai Botnet Client, Echo Loader and CNC source code

#4

I think the headline there, "Mirai Botnet Client, Echo Loader and CNC source code", is more descriptive and suitable than the current title. "Mirai" is a rather generic name; for a moment I was wondering if it was related to the https://en.wikipedia.org/wiki/Toyota_Mirai ...but it did make me click to find out.

[deleted]

Re: Mirai Botnet Client, Echo Loader and CNC source code

#5

I think the headline there, "Mirai Botnet Client, Echo Loader and CNC source code", is more descriptive and suitable than the current title. "Mirai" is a rather generic name; for a moment I was wondering if it was related to the https://en.wikipedia.org/wiki/Toyota_Mirai ...but it did make me click to find out.

What is the origin of the name?

I assumed (guessed) it was the last name of the "father of the internet" on Japan.

Re: Mirai Botnet Client, Echo Loader and CNC source code

#6
post #5

I think the headline there, "Mirai Botnet Client, Echo Loader and CNC source code", is more descriptive and suitable than the current title. "Mirai" is a rather generic name; for a moment I was wondering if it was related to the https://en.wikipedia.org/wiki/Toyota_Mirai ...but it did make me click to find out.

What is the origin of the name? I assumed (guessed) it was the last name of the "father of the internet" on Japan.

Mirai means future.

Re: Mirai Botnet Client, Echo Loader and CNC source code

#7
post #2

This source is incomplete. See https://github.com/0x27/linux.mirai for a full mirror of the release.

Thanks.

Question for the C folks. The author seems to have reimplemented functions such as strlen, memcpy, and atoi in 'bot/util.h' instead of using the stdlib. Anyone know why?

https://github.com/0x27/linux.mirai/blob/master/mirai/bot/ut...

Re: Mirai Botnet Client, Echo Loader and CNC source code

#9
post #7
post #2

This source is incomplete. See https://github.com/0x27/linux.mirai for a full mirror of the release.

Thanks. Question for the C folks. The author seems to have reimplemented functions such as strlen, memcpy, and atoi in 'bot/util.h' instead of using the stdlib. Anyone know why? https://github.com/0x27/linux.mirai/blob/master/mirai/bot/ut...

I believe not all embedded systems have the c stdlib.

Re: Mirai Botnet Client, Echo Loader and CNC source code

#10
post #7
post #2

This source is incomplete. See https://github.com/0x27/linux.mirai for a full mirror of the release.

Thanks. Question for the C folks. The author seems to have reimplemented functions such as strlen, memcpy, and atoi in 'bot/util.h' instead of using the stdlib. Anyone know why? https://github.com/0x27/linux.mirai/blob/master/mirai/bot/ut...

Remember that this target IoT devices, where diversity is much higher than it would be for desktops or servers. the build scripts shows the targeted architectures:

i586 mips mipsel armv4l armv5l armv6l powerpc sparc m68k sh4

Post reply on HN