Incident-Response-Mail-and-Trail- π‘ Mail & Trail β SOC Log Analysis & Splunk Threat Hunting
π Overview This investigation involved connecting to a mail server via Telnet to recover credentials, using Splunk to analyze suspicious web traffic captured by a honeypot (Cowrie), and verifying malicious URLs using VirusTotal. The case concluded by decoding a Base64-encoded hash that served as the investigation flag.
π Key Skills Demonstrated
- Manual Telnet-based mailbox access
- Retrieval of credentials from mail server
- Splunk SPL query creation & log filtering
- URL-based threat hunting
- VirusTotal web investigation
- Base64 hash decoding
- Honeypot (Cowrie) log interpretation
π οΈ Tools Used
- Telnet β Access mail server & retrieve emails
- Splunk β Analyze logs, filter suspicious URLs
- VirusTotal β Identify malicious links
- Base64decode β Extract and decode embedded hash
- Cowrie Honeypot Data β Source of malicious activity
- Connected to mail server using Telnet & harvested credentials
- Username: admin*
- Password: CTF_Final!
- Used SPL to filter for
pastebin.comURLs - Identified malicious link:
https://pastebin.com/raw/jpSBiHjC - Extracted Base64 hash:
Q29uZ3JhdHMsIHlvdSBoYXZlIGZpbmlzaGVkIENJVF9GSU5BTCBzdWNjZXNzZnVsbHk= - Decoded message:
"Congrats, you have finished CIT_FINAL successfully"
- TA0001 β Initial Access (Phishing / Malicious URL)
- TA0002 β Execution**
- TA0007 β Discovery (Log hunting)