TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is My Machine Hacked?

1 pointsby fireeyedabout 4 years ago
I was prototyping flask applications on my macpro and today I noticed unusual logs. GET calls I didn&#x27;t make. I am running the simple flask app on localhost with port 80.<p>The weird thing is each time I launch Chrome or Firefox and surf the web, the GET calls show up in my flask logs. I disabled all the extensions and they still show up. I wrote another simple flask app running on port 80 and its still the case.<p>Here are the standard output..<p><pre><code> * Serving Flask app &quot;test&quot; (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: off * Running on http:&#x2F;&#x2F;0.0.0.0:80&#x2F; (Press CTRL+C to quit)</code></pre> 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:04:18] &quot;GET &#x2F;V3&#x2F;02&#x2F;1-f8a.3-1a8f.6-b0d.8-91c.a-eaf.c-50f.e-f1f.10-24.13-2.17-1.18-1ace.19-4e.2d-1429.32-bf3.100-a51.102-1a8.107-b4e.605bc56d.0816459f741140a69fc8fb47c66bdeb377c21c3accc248ff9356fc356bb0d19.g&#x2F;142.12.217.172.ip&#x2F; HTTP&#x2F;1.1&quot; 404 - 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:04:18] &quot;GET &#x2F;V3&#x2F;01&#x2F;3.113.82.140.ip&#x2F; HTTP&#x2F;1.1&quot; 404 - 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:04:29] &quot;GET &#x2F;V3&#x2F;01&#x2F;78.64.250.142.ip&#x2F; HTTP&#x2F;1.1&quot; 404 - 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:04:30] &quot;GET &#x2F;V3&#x2F;01&#x2F;246.9.217.172.ip&#x2F; HTTP&#x2F;1.1&quot; 404 - 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:04:37] &quot;GET &#x2F;V3&#x2F;01&#x2F;14.80.250.142.ip&#x2F; HTTP&#x2F;1.1&quot; 404 - 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:04:38] &quot;GET &#x2F;V3&#x2F;01&#x2F;79.215.117.63.ip&#x2F; HTTP&#x2F;1.1&quot; 404 - 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:04:39] &quot;GET &#x2F;V3&#x2F;01&#x2F;131.165.217.172.ip&#x2F; HTTP&#x2F;1.1&quot; 404 - 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:05:20] &quot;GET &#x2F;V3&#x2F;01&#x2F;164.12.217.172.ip&#x2F; HTTP&#x2F;1.1&quot; 404 - 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:05:26] &quot;GET &#x2F;V3&#x2F;01&#x2F;240.230.216.209.ip&#x2F; HTTP&#x2F;1.1&quot; 404 - 127.0.0.1 - - [27&#x2F;Mar&#x2F;2021 22:06:17] &quot;GET &#x2F;V3&#x2F;01&#x2F;74.64.250.142.ip&#x2F; HTTP&#x2F;1.1&quot; 404 -

1 comment

fireeyedabout 4 years ago
Update: After eliminating all candidates - browser extensions, vscode, npm packages, I finally disconnected my pihole power supply and these GET calls stopped. The macpro is not using the pihole, is it possible the pihole is compromised is calling all ip ranges with port 80 ? I configured my flask app to run on port 0.0.0.0
评论 #26607576 未加载