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).
- 17:52, 20 May 2025 Mflavell talk contribs created page 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")
- 00:01, 20 May 2025 Mflavell talk contribs created page 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.")
- 21:33, 19 May 2025 Mflavell talk contribs created page 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")
- 20:53, 19 May 2025 Mflavell talk contribs created page SSH Logs (Created page with "= Display logs = journalctl -u ssh == Show the last 24 hours == journalctl -u ssh --since yesterday")
- 16:11, 19 May 2025 Mflavell talk contribs created page Security Services Platform (Created page with "Tech Notes > Security Services Platform")
- 02:03, 19 May 2025 Mflavell talk contribs created page 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:48, 19 May 2025 Mflavell talk contribs created page 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...")
- 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/")