Unlikely. The local connection is in a high port range and the remote
connection's port is 443, which indicates your machine made an outbound
HTTPS connection to that IP. Does your code make any HTTP requests? Does it
use anything like OpenID Connect for auth? Do you have SSL certs it is
checking the CRL for? There's a ton of things this could be that are legit.

On Fri, May 7, 2021 at 2:59 AM Mike Dewhirst <mi...@dewhirst.com.au> wrote:

> After testing some code in Django 3.1 on Windows 10 with Python 3.8.3 I
> got the following report on exiting ...
>
> sys:1: ResourceWarning: unclosed <ssl.SSLSocket fd=1112,
> family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0,
> laddr=('192.168.0.63', 64097), raddr=('34.241.162.61', 443)>
>
> laddr is my laptop which was running the code. I presume raddr is the
> remote address because it looks like https://ipinfo.io/34.241.162.61
> which is in Dublin in an Amazon DC.
>
> What do you think? Am I being hacked?
>
> Mike
>
> --
> Signed email is an absolute defence against phishing. This email has
> been signed with my private key. If you import my public key you can
> automatically decrypt my signature and be sure it came from me. Just
> ask and I'll send it to you. Your email software can handle signing.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/dce603a2-0785-34a0-f66a-336f2927328d%40dewhirst.com.au
> <https://groups.google.com/d/msgid/django-users/dce603a2-0785-34a0-f66a-336f2927328d%40dewhirst.com.au?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAD4ANxWbWeuhtd28JrRN5CqBm%3DVezndvciW46DrKO0gb2SzkoQ%40mail.gmail.com.

Reply via email to