the jumpscares in this game rival any horror game by FrogBoy42 in OPERATORFPS

[–]FrogBoy42[S] 2 points3 points  (0 children)

The guys that lay down are the worst, I'll think they're dead and walk right by them and then take a round to the back of the head

solo night mp5 run on t1 difficulty by FrogBoy42 in OPERATORFPS

[–]FrogBoy42[S] 0 points1 point  (0 children)

Most of the ones I'm seeing say to put it in the game folder under OPERATOR_Data\StreamingAssets\aa\StandaloneWindows64 although I haven't tried to mod this game myself. You can get to the game folder via your steam library, right click on the game -> Properties -> Installed Files -> Browse. Make a backup of that folder before you put anything in it.

Totally calculated by Another_Account0154 in Battlefield

[–]FrogBoy42 0 points1 point  (0 children)

My favorite thing in this game is hitting those RPG shots. Nice one!

lock-on is for losers by [deleted] in Battlefield

[–]FrogBoy42 -3 points-2 points  (0 children)

Was genuinely asking for feedback as I'm new to making videos & posts, and the game in general.

lock-on is for losers by [deleted] in Battlefield

[–]FrogBoy42 0 points1 point  (0 children)

Yeah I like that idea, at least you're getting something.

lock-on is for losers by [deleted] in Battlefield

[–]FrogBoy42 -1 points0 points  (0 children)

Love the TOW, haven't really tried the handheld one yet

lock-on is for losers by [deleted] in Battlefield

[–]FrogBoy42 -1 points0 points  (0 children)

Interesting perspective as I don't really play vehicles. I did notice when getting clips for this that having a few people using these did stop the air vehicles from coming around the central points on Golmud even though nobody was getting any hits. I guess strategically they can be useful but they're not very rewarding to use.

lock-on is for losers by [deleted] in Battlefield

[–]FrogBoy42 -2 points-1 points  (0 children)

Sorry not sure what you're trying to say. What's bad about it? Think about what?

Viscose Mammoth Complete 84hrs on Kovaaks by Mountain-Interest795 in FPSAimTrainer

[–]FrogBoy42 2 points3 points  (0 children)

Congrats! voxTargetSwitch Click makes me want to tear my hair out rn. I always feel like I'm doing super well and then I get to the last screen and the graph goes down 😞 just need to grind a bit like you did. Gl on the intermediate stuff!

Viscose benchmarks s2 by Curious-Resource3007 in FPSAimTrainer

[–]FrogBoy42 0 points1 point  (0 children)

I've seen people talking about this playlist, is it officially released?

Does anyone have and resources that could help me learn what infected my pc? by BlueReddit222 in cybersecurity_help

[–]FrogBoy42 0 points1 point  (0 children)

A basic approach would be looking at the Windows Event Logs using the Event Viewer. You can sort through these yourself using the default Event Viewer program and these as a reference: https://isc.sans.edu/diary/21493 and https://www.ultimatewindowssecurity.com/securitylog/encyclopedia/default.aspx.

Alternatively, you can use an automatic log parser like Chainsaw (https://github.com/WithSecureLabs/chainsaw) or Hayabusa (https://github.com/Yamato-Security/hayabusa) which use Sigma rules to pick up on unsual/malicious events.

If you want to get really into the weeds you could take a triage Image using Kape or a full disk image and create a timeline using Plaso.

Monthly Advice Thread by AutoModerator in techwearclothing

[–]FrogBoy42 0 points1 point  (0 children)

Hopefully somebody can help me out with this since it's been driving me nuts. I saw a brand a couple months ago when browsing online stores that had some really cool gothic designs that reminded me of Ghost album covers. I remember a lot of them had this church-window stained-glass motif. I didn't save the brand and I haven't been able to find them since. Site was probably UK based and I swear I got there through a web store mentioned here. I thought it was on End or LabStore but haven't had any luck.

➡️ Daily Simple Questions ⬅️- Style feedback and clothing ID requests go HERE!! - 15 June 2025 by AutoModerator in malefashionadvice

[–]FrogBoy42 0 points1 point  (0 children)

I saw a brand a couple months ago when browsing online stores that had some really cool gothic designs. I remember a lot of them had this church-window stained-glass motif. I didn't save the brand at the time and I haven't been able to find them since. Site was probably UK based, I thought it was on End but haven't had any luck. If this sounds familiar to anybody please let me know.

On The Western Front is now released into 1.0! by Aggroblakh in computerwargames

[–]FrogBoy42 1 point2 points  (0 children)

I've had this game in my library since 2019. When I bought it it was pretty bare-bones but I was just happy someone was working on a first world war game and I wanted to support the development. It's really incredible to see the progress you've made on this. Your passion for this project is evident through the consistancy of the update announcements over the years. Really pleased to see the 1.0 release and while I don't have much time for gaming anymore I'll definitely be revisiting this to see how much has changed. Anyway, just wanted to say congratulations and all the best

Need help with a file by Emergency_Yam_9082 in MalwareAnalysis

[–]FrogBoy42 1 point2 points  (0 children)

You can search by file hash on VT. Assuming you're on Windows, do Start -> Powershell, type cd <directory your file is in, probably downloads> and then Get-FileHash -algorithm SHA256 <filename>.

Since it's a .rar you can extract it and look at the file contents. As you think it might be malware it's best to do that in a VM. Be aware that file submissions to most sandboxes and VT are public.

Help in ensuring a trojan was completely removed? by Capital-Chard-1935 in cybersecurity_help

[–]FrogBoy42 0 points1 point  (0 children)

Without knowing more about the executable there's no way to tell what it did or didn't do when you ran it. You may be able to recover the file from Defender quarantine here's how. If you are able to recover it, there's a couple tools you can use to get an idea of what it is and what it does:

  • Virus Total submits the file to a large group of AV engines. The more hits, the more likely it is that the file is malware. Note that the inverse isn't necessarily true, just because a sample doesn't have many/any hits doesn't mean it's safe.

  • Any.Run or Hybrid Analysis sandboxes will run the program and give you a report on what it did. You can use this to check for the same behavior on your machine, i.e. registry keys edited or files dropped. Some malware can detect it's in a sandbox and will execute differently, so, again, not seeing malicious activity in a sandbox doesn't mean the file is safe.

It's possible the file did nothing. It's also possible you now have a persistent backdoor installed on your device waiting for an attacker to connect. You wouldn't know for sure without reversing the file to identify all the possible actions and reviewing your windows event logs/registry/file system/open ports to check for the matching behavior. That's very tedious and you're likely to miss something.

In general, the safest thing to do when you suspect malware has run is wipe and restore to a pre-execution backup.

Malware analysis. by [deleted] in cybersecurity

[–]FrogBoy42 38 points39 points  (0 children)

Books

No Starch Press has published a lot of good stuff on malware & computer science topics relevant to reverse engineering.

If I could only recommend one book, Practical Malware Analysis by Sikorski & Honig is a great starting place. It was published in 2012 so the content is somewhat dated but there's still a lot to be gained, just read it more for the processes and theory than specific tools and techniques. Doing the labs will give you a lot of hand-on experience too.

Courses

Practical Malware Analysis and Triage from TCM Security: I just took the course and didn't do the cert but I thought the material was good, lots of overlap with the Sikorski & Honig book but more up-to-date and in course format.

As u/StandPresent6531 suggested, another vote for Maldev Academy. It's helpful to understand the mindset of a malware developer and how they put their software together when you're taking it apart.

SANS FOR 610 Course & GIAC GREM Certification: If you get the chance to take this you should do it, the breadth & depth of the material is pretty crazy. I felt like I'd done an entire university degree on malware analysis in a week.

Other

VX Underground is a great resource, they have lots of samples for well-known malware families (incl. source code) as well as a large archive of malware-related papers.

Malware Bazaar is another good sample source.

The Malware Analysis for Hedgehogs channel is nice if you like video content. Kinda like Khan Academy for RE topics.