├── .gitignore ├── Emotet_Active_C2_08_22_19.txt └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /Emotet_Active_C2_08_22_19.txt: -------------------------------------------------------------------------------- 1 | 2 | Active & online C2's (updated 08_29_19) 3 | 4 | 8/22/19 5 | -------------------- 6 | 104.131.11.150:8080 7 | 104.131.208.175:8080 8 | 104.236.151.95:7080 9 | 142.93.88.16:443 10 | 144.139.247.220:80 11 | 159.89.179.87:7080 12 | 162.144.119.216:8080 13 | 162.243.125.212:8080 14 | 170.150.11.245:8080 15 | 176.31.200.130:8080 16 | 177.242.214.30:80 17 | 187.163.180.243:22 18 | 195.242.117.231:8080 19 | 216.98.148.156:8080 20 | 217.13.106.160:7080 21 | 31.12.67.62:7080 22 | 45.123.3.54:443 23 | 45.32.158.232:7080 24 | 46.101.142.115:8080 25 | 46.105.131.69:443 26 | 64.13.225.150:8080 27 | 69.45.19.145:8080 28 | 70.32.84.74:8080 29 | 75.127.14.170:8080 30 | 91.83.93.103:7080 31 | -------------------- 32 | 8/24/19 33 | -------------------- 34 | 159.65.241.220:8080 35 | 128.199.78.227:8080 36 | 216.98.148.136:4143 37 | 109.104.79.48:8080 38 | 205.186.154.130:80 39 | 69.163.33.82:8080 40 | 43.229.62.186:8080 41 | 72.47.248.48:8080 42 | 216.98.148.157:8080 43 | 88.215.2.29:80 44 | 213.120.104.180:50000 45 | 200.57.102.71:8443 46 | 190.113.233.4:7080 47 | 186.15.83.52:8080 48 | 190.13.211.174:21 49 | 187.188.166.192:80 50 | 190.117.206.153:443 51 | 125.99.61.162:7080 52 | 200.32.61.210:8080 53 | 187.242.204.142:80 54 | 104.131.58.132:8080 55 | 128.199.78.227:8080 56 | 182.180.92.102:22 57 | 125.99.106.226:80 58 | 190.186.203.55:80 59 | 181.175.142.212:990 60 | 189.209.217.49:80 61 | 175.100.138.82:22 62 | 189.213.62.223:20 63 | 182.176.132.213:8090 64 | 182.184.72.199:53 65 | 177.246.193.139:20 66 | 41.220.119.246:80 67 | -------------------- 68 | 8/26/19 69 | -------------------- 70 | 198.50.170.27:8080 71 | 170.247.122.37:8080 72 | 190.55.39.215:80 73 | 85.105.215.241:20 74 | 196.6.112.70:443 75 | 190.19.42.131:80 76 | 66.228.32.31:443 77 | 201.212.24.6:443 78 | 187.162.62.135:80 79 | 190.1.37.125:443 80 | 181.39.134.122:80 81 | 190.15.198.47:80 82 | 185.129.93.140:80 83 | 186.103.141.250:20 84 | 183.82.97.25:80 85 | -------------------- 86 | 8/29/19 87 | -------------------- 88 | 181.29.101.13:80 89 | 190.230.60.129:80 90 | 217.113.27.158:443 91 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ``` 2 | +/-` +++. .++. ``:- 3 | ++++++:.`+++` `++- `./+++++ 4 | ++..:++++++` `+++++++--++ 5 | :++/-.` ++- `+++` `+++. -++ `.-/++` 6 | `+++++++++++` `+++` +++. /++:++++++++ 7 | :++`.-/+++++++++. `++++++++++:-`.++` 8 | -` ++: `-:+++++++. :+++++++:.` ++: `-- 9 | ++++::++` `.-+++ `+++-` /++-++++/ 10 | +++++++++ -++. -++ .++++++++` 11 | `++ `-++: +++ .++- +++-. ++/ 12 | __________.__ __ ++/ /++` -++. +++ /++. `++` 13 | \______ \ | _____ ____ | | __ .++` ++++/. +++ -++. `-++++/ ++/ 14 | | | _/ | \__ \ _/ ___\| |/ / +++:.``-+++++++-` -++. +++ .:++++++:.`.-/++` 15 | | | \ |__/ __ \\ \___| \ `++++++++++++-blacklotuslabs.github.io-++++++++++- 16 | |______ /____(____ /\___ __|_ \ ``.-:lumen.com/blacklotuslabs/:-.` 17 | \/ \/ \/ \/ `.@blacklotuslabs.` 18 | .____ __ .____ ___. 19 | | | _____/ |_ __ __ _____| | _____ \_ |__ ______ 20 | | | / _ \ __\ | \/ ___/ | \__ \ | __ \ / ___/ 21 | | |__( <_> ) | | | /\___ \| |___ / __ \| \_\ \\___ \ 22 | |_______ \____/|__| |____//____ >_______ (____ /___ /____ > 23 | \/ \/ \/ \/ \/ \/ 24 | The mission of Black Lotus Labs is to leverage our network visibility to both help protect customers and keep the internet clean. 25 | 26 | Notice: This information is provided in good faith to raise awareness. Lumen disclaims any liability for inaccurate or incomplete information. You, and not Lumen, are responsible for any action or inaction undertaken as a result of this information and identifying any particular consequences or obligations that may be applicable based on this information. 27 | ``` 28 | --------------------------------------------------------------------------------