hmq icon indicating copy to clipboard operation
hmq copied to clipboard

what does this POST /inform mean?

Open G2G2G2G opened this issue 4 years ago • 0 comments

{"level":"error","timestamp":"2021-01-11T19:26:40.030-0600","logger":"broker","caller":"broker/client.go:143","msg":"read packet error: ","error":"EOF","ClientID":"mosq-cQWktUXTDCfMj7ts"}
[GIN] 2021/01/11 - 19:27:09 | 404 |       1.022µs |  192.168.1.147 | POST     /inform
[GIN] 2021/01/11 - 19:28:39 | 404 |         821ns |  192.168.1.147 | POST     /inform
[GIN] 2021/01/11 - 19:30:10 | 404 |         731ns |  192.168.1.147 | POST     /inform
[GIN] 2021/01/11 - 19:31:40 | 404 |         751ns |  192.168.1.147 | POST     /inform
[GIN] 2021/01/11 - 19:33:10 | 404 |         671ns |  192.168.1.147 | POST     /inform
[GIN] 2021/01/11 - 19:34:40 | 404 |         781ns |  192.168.1.147 | POST     /inform
[GIN] 2021/01/11 - 19:36:11 | 404 |         922ns |  192.168.1.147 | POST     /inform
[GIN] 2021/01/11 - 19:37:41 | 404 |         862ns |  192.168.1.147 | POST     /inform
[GIN] 2021/01/11 - 19:39:11 | 404 |         781ns |  192.168.1.147 | POST     /inform

I can't figure out if it is 192.168.1.147 connecting to my broker or if my broker is trying to connect to it? I greped for "inform" in all the code but didn't find anything - which makes me think it'd be outside trying to access me... but then: it doesn't stop, even if I switch ports, which makes me think it must be the program or somehow it's scanning everything.. idk

Also the IP seems to be my ubiquiti access point, which might have MQTT I have no idea, however not sure why it'd go after my computer.

So is it the AP trying to access me for some reason?

G2G2G2G avatar Jan 12 '21 02:01 G2G2G2G