Skip to content

Instantly share code, notes, and snippets.

View gahlberg's full-sized avatar

Geoffrey Ahlberg gahlberg

View GitHub Profile
@gahlberg
gahlberg / unc1878_indicators.txt
Created October 29, 2020 10:55 — forked from aaronst/unc1878_indicators.txt
UNC1878 Indicators
# C2 FQDNs
first seen fqdn
2019-12-11 23:37:10 updatemanagir.us
2019-12-20 17:51:05 cmdupdatewin.com
2019-12-26 18:03:27 scrservallinst.info
2020-01-10 00:33:57 winsystemupdate.com
2020-01-11 23:16:41 jomamba.best
2020-01-13 05:13:43 updatewinlsass.com
2020-01-16 11:38:53 winsysteminfo.com
2020-01-20 05:58:17 livecheckpointsrs.com
@gahlberg
gahlberg / ovs-cheat.md
Created June 19, 2019 14:18 — forked from djoreilly/ovs-cheat.md
OVS cheat sheet

DB

ovs-vsctl list open_vswitch
ovs-vsctl list interface
ovs-vsctl --columns=ofport,name list Interface
ovs-vsctl --columns=ofport,name --format=table list Interface
ovs-vsctl -f csv --no-heading --columns=_uuid list controller
ovs-vsctl --format=table --columns=name,mac_in_use find Interface name=br-dpdk1
ovs-vsctl get interface vhub656c3cb-23 name
@gahlberg
gahlberg / pyez_version.py
Created May 30, 2018 15:17 — forked from pklimai/pyez_version.py
How to determine PyEZ version
# The problem is that on-box PyEZ has version.pyc and not version.py, but you can get version this way:
from jnpr.junos import version
print version.VERSION