← Back 25 July 2026

First PCAP Report

by C. Casquatch

This is just a test. I like analysing PCAPs but have fallen off the wagon for a while. This is the first report I hope to make of many to come. My reports are for educational purposes only. Make your own assumptions and connections and take my information with a grain of salt This is also a safe space for me to practice writing reports after I’ve analysed.

Analyst: Cyber Casquatch Date: 19 July 2026 Capture file: 2026-03-12-SmartApeSG-ClickFix-activity-for-Remcos-RAT.pcap Classification: Educational / Test (public sample, malware-traffic-analysis.net)


1. Executive Summary

During this hunt, host 10.3.12.101 was found communicating with external infrastructure consistent with a SmartApeSG ClickFix infection chain delivering Remcos RAT. Evidence includes a redirect-style HTTP exchange to 159.65.191.64, a large (~96MB) payload transfer from the same IP, and a periodic ~30-second TLS beacon to 193.178.170.155 whose JA3 fingerprint matches known Remcos C2 traffic. Confidence is Medium, primarily because the ~230-second capture window is short and ends while the beacon was still active, leaving the full extent of C2 activity unconfirmed. This is a training exercise against a public sample, not a live incident — the exercise demonstrates a detectable, well-documented C2 pattern.


2. Hypothesis & Scope


3. Methodology


4. Timeline of Events

Reconstructed by converting relative capture time to absolute time using the offset method described above (capture start ≈ 07:28:19.759 UTC).

Time (UTC) Rel. time (s) Event Evidence
07:28:19.76 0.00 Capture starts
07:29:53.82 ~94.06 GET /boot HTTP/1.1 to 159.65.191.64:80, followed by 301 Moved Permanently Stream 25, packets 1863–1868
07:29:54.95 ~95.19 GET /proc HTTP/1.1 to 159.65.191.64:80 (same shape, ~1.1s later), followed by 301 Moved Permanently Stream 27, packets 1986–1991
07:29:55.10 ~95.34 Large TLS transfer begins from 159.65.191.64:443 — 68,116 packets / ~96MB in 5.47s, almost entirely inbound Stream 28
07:30:00.56 ~100.81 Large transfer ends Stream 28
07:30:58.50 ~158.75 TCP + TLS handshake begins to 193.178.170.155:443 (new, persistent connection) Stream 31, packets 70198–70203
07:30:59.39–.40 ~159.6 Initial C2 registration burst (larger Application Data exchange, likely capability/task check-in) Stream 31, packets 70205–70213
07:31:00.52 ~160.76 First periodic heartbeat (96B request / 115B response) Stream 31, packets 70214–70215
07:31:12.68 ~172.92 Second heartbeat (+12.16s from previous) Packets 70222–70223
07:31:42.71 ~202.95 Third heartbeat (+30.03s) Packets 70225–70226
07:32:12.69 ~232.93 Fourth heartbeat (+29.98s) — capture ends shortly after Packets 70235–70236

Note: the beacon interval settles at ~30 seconds after an initial ~12s gap, and is still active when the capture ends — there’s no evidence the C2 channel was torn down.


5. Key Findings

5.1 Finding: ClickFix-style redirect and payload delivery via 159.65.191.64

5.2 Finding: Periodic C2 beacon to 193.178.170.155

5.3 Finding: Untriaged secondary hosts (not confirmed malicious, not cleared either)


6. Indicators of Compromise (IOCs)

Type Value Context Confidence
IP 159.65.191.64 ClickFix redirect (port 80) + payload delivery (port 443) Medium
IP 193.178.170.155 Remcos C2 beacon High
Port 80, 443 Used by both hosts above High
JA3 a85be79f7b569f1df5e6087b69deb493 Associated with Remcos TLS client — verify against a second independent source before citing in a final report Medium-High
JA4 t13i010400_0f2cb44170f4_5c4c70b73fa0 Same connection as JA3 above Medium-High
Domain forcebiturg[.]com Redirect target from 159.65.191.64 301 response (packet 1991, stream 27); likely staging/payload host — do not visit directly High
Domain None Observed (C2 Channel) No SNI present in Client Hello on the 193.178.170.155 beacon connection
File hash Not recoverable TLS payload is encrypted; no file was carved from cleartext HTTP traffic in this capture
Hosting/ASN DigitalOcean (159.65.x.x, 24.199.x.x ranges) Infrastructure context, not an IOC itself Info only

Note: “DigitalOcean” was moved out of the Domain field into its own row — a hosting provider/ASN isn’t a domain, and no domain was actually confirmed in this capture.


7. MITRE ATT&CK Mapping

Tactic Technique (ID) Evidence
Initial Access T1204.001 – User Execution: Malicious Link ClickFix relies on tricking the user into executing a pasted/clicked command from a fake CAPTCHA page (per public reporting on this campaign; not directly observable in network traffic alone)
Execution T1218.005 – System Binary Proxy Execution: Mshta Documented delivery mechanism for this campaign (per ISC diary and analyst’s own Sigma rule draft); not directly confirmed from PCAP alone since it’s a host-level artifact
Command and Control T1071.001 – Application Layer Protocol: Web Protocols HTTP redirect chain and HTTPS C2 channel
Command and Control T1573 – Encrypted Channel Beacon traffic wrapped in TLS
Command and Control T1105 – Ingress Tool Transfer ~96MB payload transfer from 159.65.191.64
Exfiltration Not observed in this capture No outbound bulk transfer pattern (A→B bytes) was seen; flagged as a gap rather than assumed absent

8. Gaps & Limitations


9. Recommendations


10. Conclusion

The evidence supports the hypothesis: 10.3.12.101 shows a clear, periodic C2 beacon to 193.178.170.155 on a ~30-second interval, corroborated by a JA3/JA4 fingerprint associated with Remcos RAT, alongside a preceding redirect-and-payload-delivery sequence via 159.65.191.64 consistent with the known SmartApeSG ClickFix infection chain. Confidence is Medium-High overall, limited mainly by the short capture window and single-source JA3 attribution rather than any weakness in the timing evidence itself.

tags: PCAP - wireshark