maaaaz / androwarn

Yet another static code analyzer for malicious Android applications
GNU Lesser General Public License v3.0
473 stars 159 forks source link

Suspicious Connection Establishment Error Description? #31

Open StephenQuirolgico opened 3 years ago

StephenQuirolgico commented 3 years ago

I got the following Androwarn "Suspicious Connection Establishment" finding:

"This application opens a Socket and connects it to the remote address ' returned no addresses for ; port is out of range' on the 'N/A' port".

Can you elaborate on 'returned no addresses for', 'port is out of range', and 'N/A' port? Also, is it possible to get the file and line number for this finding?

Thanks, Steve