Live data from Hacker News

LG washing machine sending 3.7GB of data a day

tomshardware.com

171–180 of 256 posts

Re: LG washing machine sending 3.7GB of data a day

#171
post #149

Earlier quoted context omitted.

a program running on a 480 megahertz microcontroller can quite reasonably crash a million times a second; even a single 80-character error log line would be 80 megabytes per second or 7 terabytes per day. and it would be reasonable to record more telemetry from a crash than a single line

Really megabytes or it's just a typo? If so. How 80 characters could possibly generate so much data?

My napkin math:

    freq = 480 megahertz                            // 480000000 Hz
    size = 80 * 1 byte                              // 80 bytes
    cycles_per_write = 400                          // 100 to print, 300 to fail
    writes_per_sec = freq / cycles_per_write        // 120mHz
    duration = 24 hr
    (writes_per_sec * size * duration) to terabytes // 8.2 tb
Seems somewhat plausible to hit >7TB of writes assuming no compression of the data.

Re: LG washing machine sending 3.7GB of data a day

#172
post #169

Earlier quoted context omitted.

Really megabytes or it's just a typo? If so. How 80 characters could possibly generate so much data?

it's not a tumor. i mean a typo. 80 bytes multiplied by one million times per second equals 80 million bytes (also known as 80 megabytes) per second

Uplinks are usually somewhat restricted.

Re: LG washing machine sending 3.7GB of data a day

#173
post #169

Earlier quoted context omitted.

it's not a tumor. i mean a typo. 80 bytes multiplied by one million times per second equals 80 million bytes (also known as 80 megabytes) per second

Uplinks are usually somewhat restricted.

yeah, and maybe someone was depending on that historical situation without realizing it

Re: LG washing machine sending 3.7GB of data a day

#174

I'm not opposed to smart homes, I love being able to turn my lights on and off from across the room. But I don't know if I understand the use case for a networked washing machine.

Zwave & zigbee + HA or another home automation platform > some wifi connected data mining crap with vendor lockin for turning off lights across the room.

Re: LG washing machine sending 3.7GB of data a day

#175

> In a follow-up post a day after his initial Tweet, Johnie noted “inaccuracy in the ASUS router tool.” Other LG smart washing machine users showed device data use from their apps. It turns out that these appliances more typically use less than 1MB per day.

Other users having low data usage doesn't prove they also have low usage? Are people so uncomfortable saying "we don't know" that they use such loose reasoning to "get the answer"? I'll re-read the article/tweets, maybe I missed something.

Why are you ignoring that the person who made the original claim about 3.7 GB of data per day stated that it could be an accuracy issue with his router?

Re: LG washing machine sending 3.7GB of data a day

#176

Earlier quoted context omitted.

Does it matter? It shouldn't be hogging bandwidth like this, that's a failure by itself regardless of whether there another failure state at play. Also, I'd have to question any washing machine that can generate 'massive amounts of error logs'. 3.7 G / Day is an insane amount of data.

Software can have errors.

What an enlightening comment, thank you.

Re: LG washing machine sending 3.7GB of data a day

#177

Earlier quoted context omitted.

Most people in the reddit thread I saw seemed to assume botnet. I'm not convinced though. That would assume that the washing machine was opening an external port on the user's router, which seems unlikely. I looked up a manual for one of the the washers which has the "ThinQ" feature and there's no mention of UPnP.

Don’t need an open port to be a useful part of a botnet

Yes, but if it's behind a NAT gateway, how is it going to get the initial infection? I know there are ways, but realistically none of them make sense in this context.

Re: LG washing machine sending 3.7GB of data a day

#178
post #165

Earlier quoted context omitted.

This was the first thing that came to mind. Imagine a fleet of laundry machines each sending 3.7GB of data. That's the perfect way to run a DDOS, and nobody will ever notice.

Using a washing machine to launder data

Hopefully they were using a socks proxy.

Re: LG washing machine sending 3.7GB of data a day

#179
post #149

Earlier quoted context omitted.

Does it matter? It shouldn't be hogging bandwidth like this, that's a failure by itself regardless of whether there another failure state at play. Also, I'd have to question any washing machine that can generate 'massive amounts of error logs'. 3.7 G / Day is an insane amount of data.

a program running on a 480 megahertz microcontroller can quite reasonably crash a million times a second; even a single 80-character error log line would be 80 megabytes per second or 7 terabytes per day. and it would be reasonable to record more telemetry from a crash than a single line

A washing machine is probably running a 48 MHz, not a 480 MHz processor, but even if it were running its core at 480 MHz, its network interface is probably not going to be able to output TCP packets at 1 MHz.

Re: LG washing machine sending 3.7GB of data a day

#180
post #97
post #46

Earlier quoted context omitted.

My Ubiquiti UniFi UDM is not good at device identification. It's kind of annoying because I have this big list of devices on the network and it's peppered with devices that I know don't exist. I'd appreciate it if it said something like "Maybe iPad Air", instead of just "iPad Pro 2nd Gen" when I know no such device is on my network.

Do the UniFi products just try to use MAC addrs for this, or do passive/active TCP/IP fingerprinting?

Just MAC registrations.
Post reply on HN