User contributions for Mflavell
From Cramsession
Jump to navigationJump to search
21 May 2025
- 16:4516:45, 21 May 2025 diff hist +485 N Create a SOCKS proxy with SSH Created page with "Tech Notes > Linux > Create a SOCKS proxy with SSH === Problem === SSH access is provided to a jump box however you need HTTP / HTTPS access to the private network. === Solution === SSH can be used to create a socks proxy using the following command: ssh -F /dev/null -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no '''username'''@''''ip or fqdn''' -ND'''proxy port''' Provide the bowser the the socks infomrmation Proxy: 127.0.0.1 Port: '''pro..."
- 16:4216:42, 21 May 2025 diff hist +35 Linux No edit summary
- 03:1303:13, 21 May 2025 diff hist +1 Computer Notes No edit summary
20 May 2025
- 23:5023:50, 20 May 2025 diff hist +160 Amazon Inspector No edit summary current
- 23:4823:48, 20 May 2025 diff hist +198 N Amazon Inspector Created page with "Study Guides > AWS Cybersecurity Notes > Amazon Inspector This is an AWS security assessment tool. * Helps find vulnerabilities and security issues. * Designed to automate the assessment."
- 23:4123:41, 20 May 2025 diff hist +22 Study Guides/AWS Cybersecurity Notes No edit summary
- 23:4023:40, 20 May 2025 diff hist +514 Systems Manager No edit summary current
- 20:3320:33, 20 May 2025 diff hist −2 What Process is using a Port on Linux No edit summary current
- 20:3320:33, 20 May 2025 diff hist −1 What Process is using a Port on Linux No edit summary
- 20:3320:33, 20 May 2025 diff hist +159 N What Process is using a Port on Linux Created page with "Tech Notes > Linux > What Process is using a Port on Linux For a specific port: netstat -tulpn | grep ''''port''' For everything: netstat -tulpn"
- 20:3120:31, 20 May 2025 diff hist +43 Linux No edit summary
- 17:5317:53, 20 May 2025 diff hist +2 Remove the Java RPM No edit summary current
- 17:5317:53, 20 May 2025 diff hist +56 Mount a HGFS file system No edit summary current
- 17:5217:52, 20 May 2025 diff hist +472 N Check Time Synchronization Created page with "Tech Notes > Linux > Creating Check Time Synchronization * Useful if you are having SSH issues using PKI timedatectl status Result should look like this: Local time: Tue 2025-05-20 10:51:39 PDT Universal time: Tue 2025-05-20 17:51:39 UTC RTC time: Tue 2025-05-20 17:51:39 Time zone: US/Pacific (PDT, -0700) System clock synchronized: yes NTP service: n/a RTC in local TZ: no" current
- 17:4917:49, 20 May 2025 diff hist +32 Linux No edit summary
- 17:4817:48, 20 May 2025 diff hist +56 SSH Logs No edit summary current
- 00:0200:02, 20 May 2025 diff hist +3 Systems Manager No edit summary
- 00:0100:01, 20 May 2025 diff hist +161 N Systems Manager Created page with "Study Guides > AWS Cybersecurity Notes > Systems Manager Systems manager has scanning: * Can scan for compliance against patch baselines or requirements."
19 May 2025
- 23:5823:58, 19 May 2025 diff hist +21 Study Guides/AWS Cybersecurity Notes No edit summary
- 23:5223:52, 19 May 2025 diff hist +198 Study Guides/AWS Cybersecurity Notes/Amazon Detective No edit summary
- 21:3621:36, 19 May 2025 diff hist +39 Cybersecurity No edit summary
- 21:3621:36, 19 May 2025 diff hist +2 North / South & East West Network Security No edit summary current
- 21:3521:35, 19 May 2025 diff hist −2 North / South & East West Network Security No edit summary
- 21:3521:35, 19 May 2025 diff hist −105 North / South & East West Network Security No edit summary
- 21:3521:35, 19 May 2025 diff hist +40 North / South & East West Network Security No edit summary
- 21:3421:34, 19 May 2025 diff hist +69 North / South & East West Network Security No edit summary
- 21:3421:34, 19 May 2025 diff hist +4 North / South & East West Network Security No edit summary
- 21:3321:33, 19 May 2025 diff hist +248 N North / South & East West Network Security Created page with "Cybersecurity > North / South & East West Network Security * North / South traffic enters and exits the network. * East / West traffic traverses the network. https://socradar.io/wp-content/uploads/2020/09/my-visual_48541384-1024x683.png.webp"
- 21:3121:31, 19 May 2025 diff hist +48 Cybersecurity No edit summary
- 21:0921:09, 19 May 2025 diff hist +42 Find Commands No edit summary current
- 21:0921:09, 19 May 2025 diff hist +3 Find Commands No edit summary
- 21:0821:08, 19 May 2025 diff hist +1 Find external IP address on Linux / Mac No edit summary current
- 21:0821:08, 19 May 2025 diff hist +163 Find external IP address on Linux / Mac No edit summary
- 21:0621:06, 19 May 2025 diff hist +2 Watch a process with top No edit summary current
- 21:0621:06, 19 May 2025 diff hist +74 Watch a process with top No edit summary
- 20:5920:59, 19 May 2025 diff hist +39 SSH Logs No edit summary
- 20:5520:55, 19 May 2025 diff hist +26 Linux No edit summary
- 20:5420:54, 19 May 2025 diff hist +49 SSH Logs No edit summary
- 20:5320:53, 19 May 2025 diff hist +105 N SSH Logs Created page with "= Display logs = journalctl -u ssh == Show the last 24 hours == journalctl -u ssh --since yesterday"
- 20:5220:52, 19 May 2025 diff hist +14 Linux No edit summary
- 16:1316:13, 19 May 2025 diff hist +8 Computer Notes No edit summary
- 16:1216:12, 19 May 2025 diff hist +1 Computer Notes No edit summary
- 16:1116:11, 19 May 2025 diff hist +2 Computer Notes No edit summary
- 16:1116:11, 19 May 2025 diff hist +43 N Computer Notes/Security Services Platform Created page with "Tech Notes > Security Services Platform"
- 16:1116:11, 19 May 2025 diff hist +58 Computer Notes No edit summary
- 02:0302:03, 19 May 2025 diff hist +377 N Study Guides/AWS Cybersecurity Notes/Amazon Detective Created page with "Study Guides > AWS Cybersecurity Notes > Amazon Detective * Allows analysis of security issues. :* Makes understanding the nature and scope of incidents easier. Tool uses: * Machine Learning * Stastical Analysis * Graph theory Gaters data from: * AWS CLoudTrail logs * VPC Flow Logs * Guard Duty Findings Data is agrigated into interactive dashboards."
- 01:5801:58, 19 May 2025 diff hist +22 Study Guides/AWS Cybersecurity Notes No edit summary
- 01:5101:51, 19 May 2025 diff hist +2 Study Guides/AWS Cybersecurity Notes/Isolating EC2 Instances for Forensic Inspection No edit summary
- 01:5001:50, 19 May 2025 diff hist +97 Study Guides/AWS Cybersecurity Notes/Isolating EC2 Instances for Forensic Inspection No edit summary
- 01:4801:48, 19 May 2025 diff hist +738 N Study Guides/AWS Cybersecurity Notes/Isolating EC2 Instances for Forensic Inspection Created page with " The best eay to do this is through the creation of a forensic account. * Keeping the EC2 instacne inside the production account can be dangeriouous. :* Any malcious software could spread to other production systems. = Isolate it = * Isolate the problem instance from everything else. :* Remove it from the production network. :* Prevent access to the instance. == How to isolate == * Creare a snapshot of the instance. :* Share the snapshot with the forensic accou..."