TTPwire Vol. 1 · MITRE ATT&CK·Tagged

← All stories

Black Hills InfoSec

Ansible for Lazy Admins

BHIS · 2016-05-02 · Read original ↗

ATT&CK techniques detected

2 predictions
T1021.004SSH
69%
“way of deploying ssh across my servers and i want it to be super easy. my ssh. yml file will look like this : — - hosts : all become : yes tasks : - name : configure ssh options to system spec template : src = / etc / ansible / roles / common / templates / ssh. conf. j2 dest = / …”
T1053.005Scheduled Task
63%
“here means apt - get upgrade changed : [ 33. 44. 55. 66 ] task [ check if a reboot is required ] * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ok : [ 11. 22. 33. 44 ] ok : [ 33. 44. 55. 66 ] task [ reboot the server ] * * * * * * * * * * * …”

Summary

Jordan Drysdale // For the lazy server and system admins, automating those boring functions of updating packages, finding outdated ones, checking scans, et cetera, Ansible has some very nice features. […]

The post Ansible for Lazy Admins appeared first on Black Hills Information Security, Inc..