Compsci Library πŸ“š
225 subscribers
13 photos
86 files
434 links
Resource about my compsci study, random topic related mostly about system, compiler and programing language.
Download Telegram
Forwarded from vx-underground
Mildly irritating things seen by malware nerds:

- Person saying {thing} evades EDR and/or AV, but they've never performed against an enterprise environment with an active Blue Team (they don't know what they're talking about). Yes, your payload avoided basic analysis, but stop disrespecting Blue Team nerds, you're seriously under estimating them.

- Person saying {language} is superior to {other language} for malware development. This is like watching Linux nerds argue about distros

- Person saying their malware is FUD. It is only undetected because you've successfully infected 4 machines running Windows 7. Large scale campaigns are difficult to run. Stop disrespecting reverse engineers. They're dealing with serious Threat Groups.

- Person saying {thing} is undetectable (in theory) because they've implemented over 9000 different evasion techniques. No, you've filled your binary with IOCs.

- Person dissing ransomware payloads, saying it is for noobs. This is both correct and incorrect. Writing single threaded ransomware is easy. Writing fast ransomware (thread pools, queuing, I/O completion ports) that can both encrypt and decrypt successfully regardless of file type and file size can be challenging.

- Anyone who references Mr. Robot when discussing malware.
Forwarded from vx-underground
vx-underground
Mildly irritating things seen by malware nerds: - Person saying {thing} evades EDR and/or AV, but they've never performed against an enterprise environment with an active Blue Team (they don't know what they're talking about). Yes, your payload avoided basic…
People need to seriously stop dissing Blue Team nerds. If you've ever tried to deploy malware against an enterprise network with an active Blue Team with software restriction policies, path-based execution restriction, a team that has an effective and up-to-date EDR (custom detection rules) coupled with an AV, and an active SOC..... it can be extremely challenging.

These Blue Team nerds are not dummies and they take their job extremely seriously
Forwarded from (Ο† (ΞΌ (Ξ»)))
Preface to Felleisen, Findler et.al, How to Design Programs (2018)
Forwarded from (Ο† (ΞΌ (Ξ»)))
We have seen that computer programming is an art, because it applies accumulated knowledge to the world, because it requires skill and ingenuity, and especially because it produces objects of beauty. Programmers who subconsciously view themselves as artists will enjoy what they do and will do it better.

Donald Knuth, from "Computer Programming as an Art" (1974) in Literate Programming (1992)
https://startacomputer.club/

Interesting guide to start computer club IRL
Compsci Library πŸ“š pinned Β«https://startacomputer.club/ Interesting guide to start computer club IRLΒ»
https://web.mit.edu/6.001/6.037/sicp.pdf

Structure and Interpretation of Computer Programs a.k.a "The Wizard Book"
Harold Abelson, Gerald Jay Sussman, Julie Sussman