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).
- 20:24, 28 October 2025 Mflavell talk contribs created page Python - Installing from Source on Linux (Created page with "Computer Notes > Python > Python - Installing from Source on Linux Download Python-'''X'''.tgz SCP file to server unzip the file with ''gunzip'' untar the file ''tar -xvf'' run the build commands from the directory ./configure make make test")
- 20:20, 28 October 2025 Mflavell talk contribs created page Python (Created page with "[Python - Installing from Source on Linux]")
- 21:20, 1 October 2025 Mflavell talk contribs created page Add an additional Wikipedia site / AWS / Apache (Created page with "= Configure Route 53 to foreard traffic = 1) Login to the Rounte 53 console. 2) Select "Hosted Zones". 3) Select the dns entry you wish to add. 4) Select Create record. 5) Input the public IP of the servers ENI. 6) Click Create records.")
- 05:36, 23 September 2025 Mflavell talk contribs created page Open LDAP (Created page with "= Creating and ADMIN user = == Generate a SHA password == slappasswd provide password Save the resulting SHA == Create the LDIF File == Create a file in nano dn: uid=adminuser,dc=southbaytechnology,dc=com objectClass: inetOrgPerson objectClass: organizationalPerson objectClass: person cn: Admin User sn: User uid: admin userPassword: {SSHA}7x6qOrJlHQI+mONuYn+W2HTG/xHQVEL2 == Add the user == ldapadd -x -W -D "cn=admin,dc=southbaytechnology,dc=com" -f admi...")
- 17:32, 6 August 2025 Mflavell talk contribs created page Find internal IP address on Linux (Created page with "Computer Notes > Linux > Find internal IP address on Linux ip addr")
- 19:52, 5 August 2025 Mflavell talk contribs created page Login Message (Created page with "For messages after login: /etc/motd For messages before login: /etc/issue [https://superuser.com/questions/290294/how-to-display-a-message-before-login]")
- 17:08, 24 July 2025 Mflavell talk contribs created page IPTables (Created page with "== list rules == iptables -L -n")
- 16:36, 24 July 2025 Mflavell talk contribs created page SQLite Cheat sheet (Created page with " Exit .exit Display Tables .tables Clear display .shell clear Make format readable .mode column Display a table select * from ''whatever'';")
- 16:21, 24 July 2025 Mflavell talk contribs created page SSP Data Storage (Created page with " Data is stored in an SQLite3 database to access the database: sqlite3 /config/db/operator_info.db It is useful to use: .mode column to make data more readable. some useful commands. .tables '''displays tables''' .shell clear '''clears the screen'''")
- 17:16, 10 July 2025 Mflavell talk contribs created page Cyber Kill Chain (Created page with " The cyber kill chain is a security framework developed by Lockheed Martin to model the stages of a cyberattack. It helps organizations understand how attacks progress and how to defend against them by identifying key stages and vulnerabilities. The framework breaks down an attack into a series of phases, allowing security teams to focus on preventing attacks at each stage. 1. Reconnaissance: Attackers gather information about the target, including publicly available da...")
- 16:24, 23 June 2025 Mflavell talk contribs created page Software Development Theory (Created page with " * Focus on the "WOW" First ::* Rather than make something faster/more efficient focus on something that will make the product stand out. * Make the product Cloud agnostic ::* Many business are putting "cloud first" ::* Some cannot use the cloud, or are scared given data breaches uptime. * Make products operating system agnostic. ::* Just make it run.")
- 03:12, 21 June 2025 Mflavell talk contribs created page How Wars are won (Created page with "Even as we head into twenty-first-century warfare, thirteen time-tested rules for waging war remain relevant. Both timely and timeless, How Wars Are Won illuminates the thirteen essential rules for success on the battlefield that have evolved from ancient times until the present day. Acclaimed military historian Bevin Alexander’s incisive and vivid analyses of famous battles throughout the ages show how the greatest commanders—from Alexander the Great to Douglas Ma...")
- 21:30, 20 June 2025 Mflavell talk contribs created page The biggest data breach is lost talent (Created page with "* Layoffs create bad feeling in the company ::* Loss of productivity in remaining employees ::* Good talent leaves fearing they are next. ::* Becomes every man for himself. * Knowledge is lost ::* Good ideas that now go to a competitor. ::* Data is deleted and not passed along - why should they. ::* Legal agreements NDA / NC agreements are useless - can you prove when and idea was born?")
- 21:19, 20 June 2025 Mflavell talk contribs created page Find LocalSettings.php (Created page with " Commonly located here /var/www/html/mediawiki")
- 21:17, 20 June 2025 Mflavell talk contribs created page Make a Wiki Private (Created page with "Disable reading by Anonymous users: Edit '''LocalSettings.php''' # Disable reading by anonymous users $wgGroupPermissions['*']['read'] = false;")
- 21:15, 20 June 2025 Mflavell talk contribs created page MediaWiki (Created page with "[Computer notes] > MediaWiki [Make a Wiki Private]")
- 20:15, 20 June 2025 Mflavell talk contribs created page Five elements of business success (Created page with " 1) Build products people love 2) Adoption over monitorization 3) Cultivate a sustainable competitive advantage 4) Make products simple a clear 5) Make decisions fast.")
- 22:19, 9 June 2025 Mflavell talk contribs created page AWS IAM (Created page with "Study Guides > AWS Cybersecurity Notes > AWS IAM = IAM Introduction = * Polices rule books :* These define what actions are allowed and denied on resources. IAM Supports MFA and Federation. Common terms: * Resources - Something inside the AWS account. * Enteritis - Can be an IAM user or federated user. * Identities - Used to identify who id doing something. These are users, groups and roles.")
- 16:56, 9 June 2025 Mflavell talk contribs created page Force curl to accept certificates (Created page with "use -k to force curl to accept certificates.")
- 16:49, 9 June 2025 Mflavell talk contribs created page Dump public certs to a file (Created page with "Use the command: openssl s_client -connect www.google.com:443 -showcerts > certs.txt certs will be in certs.txt")
- 23:12, 2 June 2025 Mflavell talk contribs created page Cloud HSM (Created page with " = Overview = * This is a managed services for data encryption. :* HSM = Hardware Security Module [https://en.wikipedia.org/wiki/Hardware_security_module] :* Validated to FIPS 140-2 Level 3 :* Generate encryption keys")
- 00:59, 2 June 2025 Mflavell talk contribs created page File:Radio.png
- 00:59, 2 June 2025 Mflavell talk contribs uploaded File:Radio.png
- 00:57, 2 June 2025 Mflavell talk contribs deleted page File:Matt.jpeg (content was: "", and the only contributor was "Mflavell" (talk))
- 00:52, 2 June 2025 Mflavell talk contribs moved page Tech Notes to Computer Notes
- 23:52, 1 June 2025 Mflavell talk contribs deleted page File:Icon.png (content before blanking was: "")
- 23:09, 29 May 2025 Mflavell talk contribs created page Amazon KMS (Created page with "Study Guides > AWS Cybersecurity Notes > Amazon KMS = Overview = * Data encryption is the most critical aspect. * Must know KMS and the API calls used in the service == Customer Master Keys == * Contain key material for encryption and decryption. * CMKs are managed in KMS :* KMS provides a way to store and manage keys. * They are used to manage encryption keys for data. * KMS protects the CMKs * CMKs integrate with AWS services. :* They can also be...")
- 21:48, 29 May 2025 Mflavell talk contribs created page List open ports in Linux (Created page with " == Netstat == If netstat is not installed run: sudo apt install net-tools then you can run: netstat -tulnp == lsof == Display open files and ports: lsof -i -P -n")
- 16:45, 21 May 2025 Mflavell talk contribs created page 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...")
- 23:48, 20 May 2025 Mflavell talk contribs created page 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.")
- 20:33, 20 May 2025 Mflavell talk contribs created page 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")
- 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''")