Skip to content
View colehocking's full-sized avatar
  • Colorado

Block or report colehocking

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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

Pinned Loading

  1. Create a vulnerability spreadsheet f... Create a vulnerability spreadsheet for a list of servers as input
    1
    #!/usr/bin/python3
    2
    
                  
    3
    # Grab vulnerability reports for a list of hosts from Rapid7 InsightIVM
    4
    # usage: ./vuln_reports.py -f <hostfile>
    5
    # -- Cole Hocking
  2. Why Would you put IOCs in a PDF? Why Would you put IOCs in a PDF?
    1
    #!/bin/bash
    2
    
                  
    3
    # Extract a line-separated list of DNS and IPv4 IOCs from a pdf
    4
    # Assumes the IOCs are "fanged" and de-fangs them
    5
    # requires pdftotext application
  3. hogsniffer hogsniffer Public

    Use Trufflehog to scan repositories

    Shell

  4. fir-metrics fir-metrics Public

    Pull Event Data from FIR for Customized Rolling Report

    Python

  5. Send slack alert if Docker logs on U... Send slack alert if Docker logs on Ubuntu server indicate NTP drifting has occurred.
    1
    #!/bin/bash
    2
    
                  
    3
    # Send a slack notification if docker logs indicate an NTP time drift
    4
    #  -- Cole Hocking
    5
    
                  
  6. telmail telmail Public

    send email via telnet, through an open SMTP server. You know you want to.

    Shell