Skip to content
View apmarshall's full-sized avatar

Organizations

@SorenTech
Block or Report

Block or report apmarshall

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
apmarshall/README.md

Hi there, I'm Alex 👋

I'm Lead Cyber Security Engineer at Raft, a new breed of consultancy dedicated to building solutions that actually work for the US Federal Government, a member of the CNCF TAG-Security, and a freelance writer.

Medium LinkedIn Mastadon Soren LLC

  class Alex:
    def __init__(self)
      self.name = Alex + Floyd Marshall
      self.memberships = Cloud Native Security Foundation TAG-Security + Raft LLC + Soren LLC
      self.languages = Python + JavaScript + PHP + [🌱'Learning'🌱: 'Goalng', 'C']
      self.editor = Emacs
      self.stacks = Terraform + Kubernetes + Ansible + MacOS + Linux
      self.interests = Cybersecurity + Dev(Sec)Ops + Functional Programming + Test Driven Development
      self.hobbies = Playing Guitar + Audio Editing + Amateur Pig Farming + Drinking Tea
    
  from MyBrain import projects
   
  def projects():
    r = requests.get(current🔭, future🤔)
    return r.json()
    
   {
    "current🔭": [
      {
        "name": "Ansible Mac Security"
        "base-stack": ["Ansible"]
        "description": "Ansible playbook applying CIS and other security hardening best practices to a new Mac out of the box."
      },
      {
        "name": "Secure GitHub",
        "base-stack": ["Python", "GraphQL", "GitHub API"],
        "description": "Python script that uses the GitHub API to configure settings for a repo in keeping with the CNCF Supply Chain Security White Paper recommendations for protecting first-party code repositories"
      },
      {
        "name": "Secure Terraform Modules AWS",
        "base-stack": ["Terraform"],
        "description": "Collection of modules for building secure infrastructure on AWS out of the box. Ensures compliance with CIS, NIST-53, and AWS Security Foundations."
      },
      {
        "name": "BangIND",
        "base-stack": ["Kubernetes", "Helm", "Docker"],
        "description": "A stripped down implementation of a PlatformOne BigBang cluster in Docker (KIND) for local application development and testing."
      }
      {
        "name": "LADS",
        "base-stack": ["Terraform", "localstack", "Docker"]
        "description": "Local AWS Docker Simulator. A docker image running a localstack docker container + terraform testing tools -> easy local development environment for testing terraform definitions."
      }
    ],
    "future🤔": [
      {
        "name": "Cloister",
        "base-stack": ["Munki", "S3", "AWS Lamda"],
        "description": "Set of tools/services to deploy, manage, monitor, and protect a fleet of MacOS devices in a remote workforce"
      },
      {
        "name": "Soren Review",
        "base-stack": ["Python", "Swift", "PostreSQL"],
        "description": "Speciality news reading mobile app focused on leading think-tanks/NGOs from around the world"
      },
      {
        "name": "uSure",
        "base-stack": ["golang"]
        "description": "Wrapper around package managers that checks for potential mispellings that might point you at a typo-squat package."
      }
    ]
   }

Get in Touch:

I'm happy to talk about ideas, projects, and other ways we might work together. Email

Pinned

  1. SorenTech/secure-git SorenTech/secure-git Public

    A CLI utility to secure a git repo following the best practices identified in the CNCF Supply Chain Security Whitepaper.

    Python 6

  2. SorenTech/software-factory-examples SorenTech/software-factory-examples Public

    Samples and templates for setting up a secure software factory based on recommendations from the CNCF Supply Chain Security Whitepaper

    4

  3. SorenTech/ansible-mac-security SorenTech/ansible-mac-security Public

    An ansible playbook to set up a new Mac with security and privacy best practices.

    Shell 4 1

  4. human-rights-platform human-rights-platform Public

    A Thought Experiment: Using the UN Charter on Human Rights to Define Content Moderation and Privacy Policy Goals for Tech Companies

    4 1

  5. algorithms algorithms Public

    Practicing "Functional Programming" and Test-Driven Development by Creating an Algorithm Library

    Python

  6. SorenTech/ansible-role-munki-in-a-box SorenTech/ansible-role-munki-in-a-box Public

    Repository to set up munki on a Mac that will serve as admin for the munki repository.