USBferry, Tropic Trooper, and ATT&CK: A Practical CTI Exercise

USBferry, Tropic Trooper, and ATT&CK: A Practical CTI Exercise

in

USBferry, Tropic Trooper, and ATT\&CK: A Practical CTI Exercise

Identifying Tactics, Techniques and Procedures of an APT

The scenario

A multinational technology company had been the target of several cyber attacks over the past few months. The attackers successfully exfiltrated sensitive intellectual property and disrupted the company’s operations.

Mission

As a CTI (Cyber Threat Intelligence) analyst, my task was to identify the Tactics, Techniques, and Procedures (TTPs) used by the threat group and gather as much information as possible about their identity and motive.


Tools provided

  • Threat advisory report describing the APT (referred to as APT X in the exercise) and its malware
  • OpenCTI
  • ATT\&CK Navigator (with relevant techniques highlighted)

Questions & findings

What kind of phishing campaign does APT X use as part of their TTPs?

I found this in the threat advisory report.

1_UHJFitCLCnombnoRfGsI7g.png

  • Answer: Spear-phishing emails

What is the name of the malware used by APT X?

Also documented in the threat advisory report.

1_UHJFitCLCnombnoRfGsI7g.png

  • Answer: USBferry

What is the malware’s STIX ID?

I navigated to OpenCTI → Arsenal, searched for USBferry, selected the resulting card, and viewed the details.

1_YckhmQ-O92d0b03tf_m1mg.png

1_E3u7-Ao7MZNnHskdMCQrng.png

  • Answer: malware--5d0ea014-1ce9-5d5c-bcc7-f625a07907d0

With the use of a USB, what technique did APT X use for initial access?

I checked the ATT\&CK Navigator’s Initial Access section and located the relevant technique.

1_rfelNWcOBUch1zPGMif_9Q.png

  • Answer: Replication through removable media

What is the identity of APT X?

I found additional names for APT X in the included link given in the provided on the threat advisory report. One of them seemed to fit what I was looking for.

1_BUbpR5gVpSg1bo_1E5cxVA.png

1_KcbUCDBTqgaNNPiDD3JJLw.png

  • Answer: Tropic Trooper

On OpenCTI, how many Attack Pattern techniques are associated with the APT?

I searched OpenCTI → Threats for Tropic Trooper and viewed the APT card.

1_eD28NXfykrZaKgLQkSof2w.png

1_Isz0M9m6zX6MoHrefcIo0A.png

  • Answer: 39 attack pattern techniques

What is the name of the tool linked to the APT?

From the Tropic Trooper details on OpenCTI, I selected Tools(on the right sidebar):

1_JmVOpVpJxzllymeNQSoz2w.png

  • Answer: BITSAdmin

Load up the Navigator. What is the sub-technique used by the APT under Valid Accounts?

I searched the Navigator for Valid Accounts, expanded sub-techniques and located the specific sub-technique.

1_goYhkZmEx5izlC7JPWQfFQ.png

  • Answer: Local Accounts

Under what Tactics does the technique above fall?

From the Navigator, I viewed the tactics tied to Local Accounts by right clicking the sub-technique found in the previous question.

1_EbdRQEOzLUHU-qwemIYRmg.png

There seemed to be a lot of information on the resulting page, so again I searched on page, this time looking for “local accounts” and making sure the sub-technique name was included on the “Valid Accounts” technique.

1_UA5pwwC26nv2Pt7k2C2u5g.png

After selecting it, it lead me to the information I was looking for:

1_bJe90uHvjEflwWiCSsK-PA.jpg

  • Answer: Initial Access, Persistence, Defense Evasion, and Privilege Escalation

What technique is the group known for using under the tactic Collection?

Using the ATT\&CK Navigator, I inspected highlighted techniques under the Collection tactic to determine which ones the group uses.

1_348Poah0PVAxx7aehucZzg.png

  • Answer: Automated Collection

Conclusion

This exercise provided a valuable opportunity to simulate a real-world cyber threat investigation using tools like OpenCTI and ATT\&CK Navigator.

By analyzing the APT known as Tropic Trooper (APT X), I identified their primary TTPs, including spear-phishing and USB-based malware propagation through USBferry.

The process reinforced the importance of correlating intelligence across multiple sources to accurately attribute activity and understand threat behavior.