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).
- 23:39, 7 June 2026 Mflavell talk contribs created page Study Guides/AWS Cybersecurity Notes/Parsing logs and events (Created page with "= Important points to consider = :* Build a resillant storage solution. :* Store log files centrally. :* Ensure integirity is maintained. :* Know retention policies. :* Know the process for adding new logs. :* Who to grant read access to. :* Monitor storage. = Soring logs in S3 = The obvious solution. :: Provdies resiliant long term storage for data. :: The problem with S3 is the ability to search files - it's just a file system not an RDB. == S3 has sever...")
- 00:34, 6 June 2026 Mflavell talk contribs created page Study Guides/AWS Cybersecurity Notes/AWS EventBridge (Created page with "= AWS Eventbridge = Eventbridge enables imlementation of loose coupling. :: Services have little dependnece on each other. :: Changes to one component does not have a massive impact on the other. :: Provides greater flexability. Eventbridge is serverless. :: Allows you to connect aws services and components with 3rd party systems. ::* Events are pushed to an event bus. ::* Rules trigger the forwarding of events to targets. === Event Driven Architecture === T...")
- 00:35, 4 June 2026 Mflavell talk contribs created page Study Guides/AWS Cybersecurity Notes/CloudWarch (Created page with "= CloudWatch = CoudlWatch collects logging infomration. :: Can come from EC2, Route 53, and CloudTrail :: It is the standard way in AWS to monitor services. CloudWatch Metrics: ::* Built in monitoring and reporting. ::* Alarms can be created that send to SNS topics. ::* Graphical dashboards can be created. == What can cloudwatch be used for == :* Monitoring log data. :* Log Metrics and filters. :* Threshold alarms - alarms after something happens - eg 4 fai...")
- 17:58, 1 June 2026 Mflavell talk contribs created page Computer Notes/GIT (Created page with "= Setting up a private GIT repo in linux = Generate an SSH key: ssh-keygen -t ed25519 -C "your_email@example.com" '''The email must match your github email!!!''' Start the SSH agent & Add your key: eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_ed25519 Copy the public key: cat ~/.ssh/id_ed25519.pub Add the key to github: ::* Go to Settings -> SSH and GPG keys -> New SSH Key. ::* Give it a title (like "Linux Desktop"), paste the key into the field, and save....")
- 17:43, 1 June 2026 Mflavell talk contribs created page Computer Notes/Python/PIP (Created page with "= Adding a local python mirror = == Windows == ::* Press Win + R, type %APPDATA%, and hit Enter. (This opens your AppData\Roaming folder). ::* Look for a folder named pip. If it’s not there, right-click, select New > Folder, and name it pip. :::* Go inside that pip folder. :::* Right-click, select New > Text Document. ::* Name it pip.ini (make sure you delete the .txt extension at the end). :::* Open it in Notepad, paste your mirror configuration, and save it....")
- 17:37, 1 June 2026 Mflavell talk contribs moved page Python to Computer Notes/Python
- 00:19, 26 May 2026 Mflavell talk contribs created page Study Guides/AWS Cybersecurity Notes/Logging and Monitoring (Created page with "= Logging and Monitoring = The use of Cloud Watch is a important consideration - This can capture logs from AWS services and metrics to enable automation. Logging is of vital importance in diagnosis of security and performance issues in AWS. It is possible to capture all logs in an S3 bucket, however this comes with a condition: :The access logs for the logging S3 bucket cannot be stored inside itself. :You will therefore need a seperate bucket for storing your S3...")
- 01:46, 25 May 2026 Mflavell talk contribs created page Study Guides/AWS Cybersecurity Notes/AWS Security Hub (Created page with " = AWS Security Hub = This consolidates the security findings compliance and alerts. This includes: ::AWS IAM ::Macie ::Guard Duty ::Inspector ::Firewall Manager")
- 01:14, 22 May 2026 Mflavell talk contribs created page Study Guides/AWS Cybersecurity Notes/Security Hub & Guard Duty (Created page with " = Amazon Guard Duty = This is a managed threat detection service. :* Uses machine learning :* Can process millions of events, captured by: ::* CloudTrail ::* DNS (Route 53) ::* VPC Flow longs This service learns what is normal in the account to find abnormal actions. :* Can detect connections with unisal sources. :* EG: data been exfiltrated to a remote FTP server This is a ''always on'' service: :* Issues can be found without incurring a performance hit....")
- 15:50, 21 May 2026 Mflavell talk contribs moved page AWS Config to Study Guides/AWS Cybersecurity Notes/AWS Config without leaving a redirect
- 15:45, 21 May 2026 Mflavell talk contribs moved page AWS Cybersecurity Notes to Study Guides/AWS Cybersecurity Notes
- 17:16, 19 May 2026 Mflavell talk contribs protected Rules [Edit=Allow only administrators] (indefinite) (hist)
- 17:13, 19 May 2026 Mflavell talk contribs created page Rules (Created page with " = Introduction = Cramsession was found on the principle of providing validated, clean content to the internet community. As part of this core mission authors must follow these rules. == Cramsession Code == * Do no harm :* Don't post hate / sex , engage in hateful or illegal activity on this site. :* Don't deface the pages created by other authors. :* Don't attempt to edit the sidebar or main landing page - all other pages are editable. * Help each other on our j...")