All public logs
From Cramsession
Jump to navigationJump to search
Combined display of all available logs of Cramsession. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:50, 19 May 2025 Mflavell talk contribs created page Building a Bastion server - Part 9 (Created page with "Study Guides > AWS Cybersecurity Notes > Building a Bastion server - Part 9 =Bastion hosts= * These act as a jump box. * Installed on a public subnet. * The '''only''' purpose is to provide access from the private subnet from the internet.")
- 00:37, 17 May 2025 Mflavell talk contribs created page MTO triangle (Created page with "Virtually all cybersecurity issues require 3 key components. ===Motive=== ::: The attacker must have some form of motive. ===Technology=== ::: The attacker must have the technical capability to launch the attack. ===Opportunity=== ::: The attacker must by in a position to launch the attack. Preventing any one of these will prevent a cyberattack. Motive - This cannot be prevented but warning messages can reduce this. Technology - Make systems technically com...")
- 23:58, 16 May 2025 Mflavell talk contribs created page Where does risk originate (Created page with " * Almost all risk 95% originates with human activity! 😲")
- 23:53, 16 May 2025 Mflavell talk contribs created page The Goal of Risk Management (Created page with "= The Goal of Risk Management in Cybersecurity = * Risk cannot be completely eliminated. * Providing additional layers of security (layers of cheese) reduces the likelihood of an attack. Additional layers however create additional problems: * More room for configuration errors (most outages result from human error) * More expertise and expense to manage the system * More latency or outages.")
- 23:23, 16 May 2025 Mflavell talk contribs created page Assessing Risk (Created page with "= The risk Matrix = Provides a numerical assessment or risks posed by threats to the CIA triad. {| |Impact ➡️ Likelihood ⬇️ | Confidentiality | Integrity | Availability |- | high | 5 | 4 | 3 |- | Medium | 4 | 3 | 2 |- | Low | 3 | 2 | 1 |- | Theoretical | 2 | 1 | 0 |}")
- 17:54, 16 May 2025 Mflavell talk contribs created page Removing the CloudWatch Agent (Created page with "SSH to the box Stop the agent: sudo /opt/aws/amazon-cloudwatch-agent/bin/amazon-cloudwatch-agent-ctl -m ec2 -a stop Remove the agent: sudo apt remove amazon-cloudwatch-agent")
- 17:29, 16 May 2025 Mflavell talk contribs created page BURP Suite (Created page with "[https://portswigger.net/web-security/api-testing API Testing with BURP Suite]")
- 21:25, 12 May 2025 Mflavell talk contribs created page MediaWiki:Breadcrumbs (Created page with "* Hook extensions @ MediaWiki.org > Extensions >")
- 21:09, 12 May 2025 Mflavell talk contribs created page ZAP Proxy (Created page with " The ZAP proxy is used for pen testing API's. * Tests agains the OSWASP top 10 * use can cause damage to systems - use with caution. * Free to use. [https://www.zaproxy.org/getting-started/ ZAP Documentation] [https://www.zaproxy.org/ ZAP Download]")
- 19:45, 31 March 2025 Mflavell talk contribs created page AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 8 (Created page with "= Securing key Pairs for EC2 Instances = * Key pairs can be used for multiple instances * The instance maintains the public key. * The customer keeps the private key. * Keep the private key safe, back it up in multiple places.")
- 21:54, 28 March 2025 Mflavell talk contribs created page Stop / Start EC2 Instance on a schedule (Created page with "= Introduction = This approach depends on three components. * AWS IAM for rights * Lambda to execute the code * Event bridge to execute the lambda code = Setup rights = = Add Lambda functions = = Schedule the functions =")
- 18:15, 28 March 2025 Mflavell talk contribs created page Generating a public key (Created page with " ssh-keygen -t ed25519 -C ''email''")
- 18:10, 28 March 2025 Mflavell talk contribs created page Unique values in google sheets (Created page with "Use the following formula =UNIQUE(''sheet''!''column'':''column'') foe example =UNIQUE(report!C:C)")
- 23:09, 9 March 2025 Mflavell talk contribs created page Connect to an AWS Instance Via SSH (Created page with " = Create and Download a .PEM file for the instance = Follow the instructions by Amazon https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/connect-linux-inst-ssh.html = Make sure you are using the right username = For Amazon Linux 2 or the Amazon Linux AMI, the username is ec2-user. For a CentOS AMI, the user name is centos. For a Debian AMI, the user name is admin. For a Fedora AMI, the user name is ec2-user or fedora. For a RHEL AMI, the user name is ec2-user or...")
- 19:17, 6 March 2025 Mflavell talk contribs created page Mount a HGFS file system (Created page with "* Mount one time: sudo vmhgfs-fuse .host:/ /mnt/hgfs -o subtype=vmhgfs,allow_other -o nonempty * Mount on boot sudo nano /etc/fstab Add the following line .host:/ /mnt/hgfs fuse.vmhgfs-fuse allow_other,defaults 0 0 run mount -a References: https://immortal-blog.github.io/devops/how-to-mount-vmware-shared-folder-to-ubuntu-on-boot.html")
- 19:13, 6 March 2025 Mflavell talk contribs created page Remove all Unicode using notepad ++ (Created page with "* Search and replace: [^\x00-\x7F]+ Ensure Regular expresson is checked Replace data with a blank space.Search and replace: [^\x00-\x7F]+ Regular expresson Replace with a blank space.")
- 19:13, 6 March 2025 Mflavell talk contribs created page Notepad++ (Created page with "Remove all Unicode using notepad ++")
- 19:09, 6 March 2025 Mflavell talk contribs created page Query in Google Sheets (Created page with "* Create a blank sheet On line A:1 use =query('your data'!A:AJ, "select * where C='Something'", 1)")
- 19:08, 6 March 2025 Mflavell talk contribs created page Google Sheets (Created page with "Query in Google Sheets")
- 23:57, 23 January 2025 Mflavell talk contribs created page Litrature Review (Created page with "''A literature review begins as a collection of material and sources (usually peer-reviewed journal articles) that are related to your chosen topic/argument.'' When you begin researching your topic, you will be acquiring different journal articles that are related to your discipline, thesis, and topic/argument. For example, if you are a student of computer science and your thesis is focused on machine learning (training computers to interpret information), and your top...")
- 22:59, 21 December 2024 Mflavell talk contribs created page EC2 Instance Will not connect to internet (Created page with "= Check the Following = == Internet Gateway == * Check the subnet has an Internet gateway * Check the internet gateway is associated with the subnet ** This will make the subnet a public subnet. * You will not need a NAT gateway if this is a public subnet. == Check the NACL == * Remember the NACL is stateless * Make sure you have a rule to allow: ** All traffic outbound ** All traffic inbound * If you want to harden the subnet after this change, then revert...")
- 01:27, 10 December 2024 Mflavell talk contribs created page Scanning web servers (Created page with " Use nikto check the webserver for vulnerabilities nikto -h ''ip'' https://www.freecodecamp.org/news/an-introduction-to-web-server-scanning-with-nikto/")
- 00:42, 10 December 2024 Mflavell talk contribs created page Nmap (Created page with " =Simple NMAP scan of the network= sudo su nmap -sn ''network ip''/''mask'' -oN hosts.txt Will dump live hosts to hosts.txt")
- 00:40, 10 December 2024 Mflavell talk contribs created page Pentesting (Created page with "Nmap")
- 15:06, 29 November 2024 Mflavell talk contribs created page AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 7 (Created page with "= Use Cases for Public Subnets = * Bastion Hosts * SSH connections * Public data * Public Apps = Public Subnets = A subnet is classed as public when 1) An internet gateway is attached to the VPC 2) A default route 0.0.0.0/0 is assigned with the target of the Internet gateway * Any subnet without these is considered private = Bastion hosts = * These allow connections to the private subnet from the internet. * Hardended ec2 instance. * Acts as a gateway to t...")
- 00:43, 9 November 2024 Mflavell talk contribs created page AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 6 (Created page with "= VPC Security = Think of the VPC as a personal network. A business may have multiple VPC or one. = Subbets = A range of IP addresses in a VPC. A subnet cannot span multiple AZ or regions.")
- 21:34, 8 November 2024 Mflavell talk contribs created page Vulnerability tree (Created page with "This tree is used to link vulnerabilities to remediation actions. =Tree Design= [CVE] [CVE] [CVE] [CVE] \ / \ / [Module] [Module] \ / [Product] | [Action]")
- 21:24, 8 November 2024 Mflavell talk contribs created page List of theoretical frameworks (Created page with "These are not frameworks in the traditional sense. These are ideas about how humans process information. =List of Frameworks= ○ Absorptive capacity theory. ○ Actor network theory. ○ Adaptive structuration theory ○ Administrative behavior, theory of ○ Agency theory ○ Argumentation theory ○ Behavioral decision theory ○ Boundary object theory ○ Chaos theory ○ Cognitive dissonance theory ○ Cognitive fit theory ○ Cognitive...")
- 21:21, 8 November 2024 Mflavell talk contribs created page Theory (Created page with " List of Terortcial Frameworks")
- 21:17, 8 November 2024 Mflavell talk contribs created page File:Theory.png
- 21:17, 8 November 2024 Mflavell talk contribs uploaded File:Theory.png
- 18:10, 8 November 2024 Mflavell talk contribs created page Recovery from lost EC2 PEM file (Created page with "Step 1: Before Starting, we must have to note down the original instance availability zone (us-east-1a), Instance name and id you can find this on EC2 dashboard after selecting your instance. Step 2: Launch a new instance with same availability zone (AZ) as we note down before you can select Availability Zone (AZ) at 3rd step (Configure Instance) while creating an instance. Step 3 : At last while we are launching instance we will see the key-pair section (at la...")
- 00:52, 3 November 2024 Mflavell talk contribs created page Remove the Java RPM (Created page with "Find the package rpm -qa | grep jdk Run the command to remove sudo rpm -e jdk-23-23.0.1-11.x86_64")
- 16:16, 17 October 2024 Mflavell talk contribs moved page Set Envonment Varabe in Linux to Set Envonment Variable in Linux without leaving a redirect
- 19:25, 29 August 2024 Mflavell talk contribs created page Writing Process (Created page with "* Read the weakly assignment ** Know the number of pages, references, and a general idea of the subject. * Complete the weekly reading - Tinkininkg about the assignment. * Conduct further research. Save good papers. * Write the paper ** Check the paper. *** READ it *** Spelling and Gammer *** APA!!!! *** Submit it!")
- 19:15, 29 August 2024 Mflavell talk contribs created page APA Checklist (Created page with "==Titles== No punctuation in titles. ==Literature review== Don't provide a solution synthetize information https://guides.franklin.edu/LITREVIEW ==Abbreviations== For an abbreviation spell it out first, then after place the abreavtion in parentasies. For example: Florida Power and Light (FPL), Before using an acronim spell it out. ==Introduction== Introduction should be 3/4 of a page in length. No more than 10% of the paper. ==Style== Avoid first person writing....")
- 19:13, 29 August 2024 Mflavell talk contribs created page APA Guide (Created page with "[APA Checklist]")
- 19:11, 29 August 2024 Mflavell talk contribs created page File:Document.png
- 19:11, 29 August 2024 Mflavell talk contribs uploaded File:Document.png
- 18:49, 29 August 2024 Mflavell talk contribs created page Cybersecurity (Created page with " [https://www.cvedetails.com CVE Search]")
- 18:27, 29 August 2024 Mflavell talk contribs created page Join (Created page with "To volunteer to become a writer for us, please email kn4tpc@icloud.com")
- 18:15, 29 August 2024 Mflavell talk contribs created page Add Free (Created page with "= We are d free = But ad-free comes with a price; it costs about $30 to hose our site on AWS. Consider a donation [https://square.link/u/sFLT5Drw Donation] to keep us online.")
- 14:47, 8 August 2024 Mflavell talk contribs created page SSL ERROR HANDSHAKE FAILURE ALERT when using Common Access Card (CAC) (Created page with " Install Open SC: https://github.com/OpenSC/OpenSC/releases More information: https://www.reddit.com/r/linuxquestions/comments/ws3bve/ssl_error_handshake_failure_alert_when_using/")
- 02:01, 8 August 2024 Mflavell talk contribs created page AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 5 (Created page with "=Cloudwatch= Couldwach can capture logs from AWS services. Can capture metrics and use them for automation. Automation: Tink - Act faster with fewer errors. If you can automate - DO IT. =S3 Acccess logs= Logs cannot be stored in the same bucket they are tracking. It makes sense; stops a logging loop. So create a bucket for S3 logs. A single bucket can be used to store multiple S3 bucket logs. For the logging bucket: ** Change the access policy so nobody exc...")
- 15:04, 3 August 2024 Mflavell talk contribs created page AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 4 (Created page with "=AWS Security Hub= [https://us-east-1.console.aws.amazon.com/securityhub/home?region=us-east-1#/landing Link to security hub] Security hub helps to track multiple accounts. Managing AWS can be problematic with a single account due to new features and services. Multiple accounts are a nightmare. This is done inside a Security OU if launched in a control tower setup. It can also work with one account. Consolidates data from: * Guard Duty * Inspector * Macie B...")
- 15:01, 1 August 2024 Mflavell talk contribs created page Cramsession:About (Created page with "A free wiki dedicated to knowledge learning in technology. [https://square.link/u/sFLT5Drw Please Donte - Pay our AWS Bill]")
- 14:31, 1 August 2024 Mflavell talk contribs created page SSL peer was unable to negotiate an acceptable set of security parameters (Created page with "https://serverfault.com/questions/157105/ssl-peer-was-unable-to-negotiate-an-acceptable-set-of-security-parameters")
- 14:31, 1 August 2024 Mflavell talk contribs created page SSL (Created page with "[SSL peer was unable to negotiate an acceptable set of security parameters]")
- 16:13, 29 July 2024 Mflavell talk contribs created page VV-898S Tips (Created page with "= Programming =")
- 18:09, 28 July 2024 Mflavell talk contribs created page AWS Certified Serucity Spacaility - SCS-C02 Study notes - Part 3 (Created page with "=Using AWS Config= * AWS config will show you what has changed after an incident. ** What id the bad guy do? AWS config is a ''configuration recorder'' Can evaluate resources instantly or on a schedule. It can be used with Labnda and the system manager to bring systems back into compliance. * Can delete out-of-compliance items * Can remediate some issues automatically AWS config ensues continus complante * Any time a change is made on compatible resources, the...")