Click here to Skip to main content
15,915,319 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Thought of the Day Pin
PIEBALDconsult21-Jun-18 9:32
mvePIEBALDconsult21-Jun-18 9:32 
GeneralWindows Defender : What do you mean? Pin
raddevus21-Jun-18 4:07
mvaraddevus21-Jun-18 4:07 
GeneralRe: Windows Defender : What do you mean? Pin
lopatir21-Jun-18 4:16
lopatir21-Jun-18 4:16 
GeneralRe: Windows Defender : What do you mean? Pin
MarkTJohnson21-Jun-18 4:22
professionalMarkTJohnson21-Jun-18 4:22 
GeneralRe: Windows Defender : What do you mean? Pin
lopatir21-Jun-18 4:30
lopatir21-Jun-18 4:30 
GeneralRe: Windows Defender : What do you mean? Pin
raddevus21-Jun-18 5:00
mvaraddevus21-Jun-18 5:00 
GeneralRe: Windows Defender : What do you mean? Pin
dandy7221-Jun-18 5:23
dandy7221-Jun-18 5:23 
GeneralRe: Windows Defender : What do you mean? Pin
patbob21-Jun-18 6:09
patbob21-Jun-18 6:09 
The firewall doesn't (generally) prevent a program from going out onto the net and downloading a file. Defender is telling you that javaw.exe is wanting to open a port to listen on, and it wants to allow access to that port from your private network.

Assuming it's legit, this does look nefarious, but more likely is that the last update (which it silently pulled through your firewall) included some peer-to-peer update mechanism, and they want other machines on your private network to contact some updater (probably implemented in Java) on this machine and pass the update along. They may even be trying to deliver their update pro-actively to machines inside your firewall that you're preventing from accessing the outside world.

As for spinning up the CPU fan? Could just be the code is in a busy wait retry loop of some sort because opening the listening port keeps failing on it (wouldn't be the first time "nefarious" SW was detected due to that failure mode).
I live in Oregon, and I'm an engineer.

GeneralRe: Windows Defender : What do you mean? Pin
raddevus21-Jun-18 4:59
mvaraddevus21-Jun-18 4:59 
GeneralRe: Windows Defender : What do you mean? Pin
CodeWraith21-Jun-18 4:36
CodeWraith21-Jun-18 4:36 
GeneralRe: Windows Defender : What do you mean? Pin
raddevus21-Jun-18 4:58
mvaraddevus21-Jun-18 4:58 
GeneralRe: Windows Defender : What do you mean? Pin
CodeWraith21-Jun-18 5:07
CodeWraith21-Jun-18 5:07 
GeneralRe: Windows Defender : What do you mean? Pin
raddevus21-Jun-18 9:30
mvaraddevus21-Jun-18 9:30 
GeneralRe: Windows Defender : What do you mean? Pin
den2k8821-Jun-18 5:24
professionalden2k8821-Jun-18 5:24 
GeneralRe: Windows Defender : What do you mean? Pin
dandy7221-Jun-18 5:27
dandy7221-Jun-18 5:27 
GeneralRe: Windows Defender : What do you mean? Pin
den2k8821-Jun-18 21:43
professionalden2k8821-Jun-18 21:43 
GeneralRe: Windows Defender : What do you mean? Pin
RichardGrimmer22-Jun-18 1:08
RichardGrimmer22-Jun-18 1:08 
GeneralRe: Windows Defender : What do you mean? Pin
dandy7222-Jun-18 3:11
dandy7222-Jun-18 3:11 
GeneralRe: Windows Defender : What do you mean? Pin
MacSpudster21-Jun-18 10:39
professionalMacSpudster21-Jun-18 10:39 
GeneralLinux. Hmmm, I know we can emulate that... Pin
glennPattonWork321-Jun-18 3:50
professionalglennPattonWork321-Jun-18 3:50 
GeneralRe: Linux. Hmmm, I know we can emulate that... Pin
OriginalGriff21-Jun-18 4:05
mveOriginalGriff21-Jun-18 4:05 
GeneralRe: Linux. Hmmm, I know we can emulate that... Pin
glennPattonWork321-Jun-18 4:10
professionalglennPattonWork321-Jun-18 4:10 
GeneralRe: Linux. Hmmm, I know we can emulate that... Pin
OriginalGriff21-Jun-18 4:16
mveOriginalGriff21-Jun-18 4:16 
GeneralRe: Linux. Hmmm, I know we can emulate that... Pin
glennPattonWork321-Jun-18 4:26
professionalglennPattonWork321-Jun-18 4:26 
GeneralRe: Linux. Hmmm, I know we can emulate that... Pin
Eric Lynch21-Jun-18 4:06
Eric Lynch21-Jun-18 4:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.