- President: Christopher Goes
- Vice President: Hannah Pearson
- Secretary: Animesh Pattanayak
- Treasurer: Antonius Stalick
- Sidekick: Joey Chereck
This week we went over general security concepts and terminology.
- CIA: Confidentiality, integrity and availability
- What are "Hackers": White, Black, Grey hats
- Internet Background Radiation: Automated attacks
- The real threat: financial crime (Identity theft, Ransomware)
- Malware: Worms, Viruses, Adware, Spyware, Rootkits (and mobile variants, like Angry Birds 2 fiasco)
- (C2 server: command and control) Attacks: Drive-by, Denial of Service (DOS), Man-in-the-middle, Brute Force, Exploits
- Exploits and Vulnerabilities
- SQL Injection exploit
SELECT user FROM users WHERE '$name' == user; Enter Username: [' OR '1'=='1';-- ] SELECT user FROM users WHERE '' OR 1==1;
- SQL Injection Mitigations:
- Prepared Statements
- String escaping
- Stored Procedures
- SQL Injection exploit
- OWASP Top 10: 10 most common vulnerabilities in websites globally.
- Hardware -> Local Link -> "TCP/IP" -> Application
- TCP/IP: IP addresses , subnets and masks, routers and gateways, "ports"
- MAC addresses, switches,
- Local Area Network (LAN) vs Wide Area Network (WAN)
-
Anti-malware
- Traditional: Hash-based checking (virustotal.com)
- Modern: Heuristics
- Good choices: Avast, MalwareBytes
- For a quick check: ProcessExplorer (Enable VirusTotal and Signature checking in settings)
-
Firewalls (IP layer)
-
Useful reference sheets for everything networking (and therefore hacking)
-
Further reading
Bring a laptop if you have one. If disk space is limited, bring an external HDD or a flash drive. What we're going to do is have some fun cracking! Break Brett's used-in-production web app (recon + exploit) Password cracking Possibly some network exploitation and/or recon
Hardware! If there is something you want to do, email me or mention it at the meeting. Arduinos Old HDDs/ODDs (and possibly an SSD!) Anything you want to bring and pry open!
Picklocking (Please email if you have locks) Reverse Engineering