diff --git a/attack-theme/templates/general/emoji-technique.html b/attack-theme/templates/general/emoji-technique.html new file mode 100644 index 00000000000..c52793396e8 --- /dev/null +++ b/attack-theme/templates/general/emoji-technique.html @@ -0,0 +1,83 @@ +{% extends "general/two-column.html" -%} +{% set title = "Emoji Technique | MITRE ATT&CK®" -%} +{% set active_page = "techniques" -%} + +{% block innerleft %} + +{% endblock %} + +{% block innerright %} +
+
+
+
+

πŸŒπŸ›œπŸ‘ƒ

+
+
+
+

Adversaries may passively πŸ‘ƒ network traffic to capture information about an environment, including authentication material passed over the network. πŸŒπŸ›œπŸ‘ƒ refers to using the network interface on a system to πŸ‘€ or capture information sent over a wired or wireless connection. An 😈 may place a πŸ›œ interface into promiscuous mode to passively access data in transit 🌈 the πŸ›œ, or use span ports to capture a larger amount of data.

+

Data captured via this technique may include user credentials, especially those sent over an insecure, πŸ”“ protocol. Techniques for name service resolution ☠, such as LLMNR/NBT-NS Poisoning and SMB Relay, can also be used to capture πŸͺͺ to websites, proxies, and internal systems by redirecting 🚦 to an adversary.

+

🌐 πŸ›œπŸ‘ƒ may reveal configuration details, such as πŸƒservices, version numbers, and other network characteristics (e.g. IP addresses, hostnames, VLAN IDs) necessary for subsequent Lateral Movement and/or Defense Evasion activities. Adversaries may likely also utilize πŸŒπŸ›œπŸ‘ƒ during Adversary-in-the-Middle (AiTM) to passively gain additional knowledge about the environment.

+

In ☁️ -based environments, adversaries may still be able to use traffic πŸͺž services to πŸ‘ƒ network traffic from virtual machines. For example, AWS 🚦 Mirroring, GCP Packet πŸͺž, and Azure vTap allow users to define specified instances to collect traffic from and specified 🎯 🎯 to send collected traffic to. Often, much of this traffic will be in cleartext due to the use of TLS termination at the load balancer level to reduce the strain of πŸ”‘ πŸ”’ and πŸ”‘ πŸ”“ traffic. The 😈 can then use exfiltration techniques such as Transfer Data to ☁️ Account in order to access the sniffed traffic.

+

On network devices, adversaries may perform 🌐 πŸ›œ captures using Network Device CLI πŸ—£οΈ such as monitor capture.

+
+
+
+
+
+ +
+
+
+ ID: T0842 +
+
+
+
+
+ Tactic: Discovery +
+
+
+
+
+ Platforms: None +
+
+
+
+
+ Version: 1.0 +
+
+
+
+
+ Created: 21 May 2020 +
+
+
+
+
+ Last Modified: 1 April 2026 +
+
+
+
+
+
+
+
+
+
+{% endblock %} + +{% block scripts %} +{{ super() }} + +{% endblock %} diff --git a/modules/tests/linkchecker.py b/modules/tests/linkchecker.py index 95ed1efde39..2ad7ce01803 100644 --- a/modules/tests/linkchecker.py +++ b/modules/tests/linkchecker.py @@ -13,7 +13,7 @@ # STATIC PROPERTIES -IGNORED_LINKS = ["full-coverage.html", "macro-technique-refinement.html"] +IGNORED_LINKS = ["full-coverage.html", "macro-technique-refinement.html", "emoji-technique.html"] ALLOWED_IN_LINK_INTERNAL = r"-?\w\$\.!\*'()/" ALLOWED_IN_LINK_EXTERNAL = r"-?\w\$\.!\*'()/:" diff --git a/modules/versions/versions.py b/modules/versions/versions.py index df685b4ba1b..3f579cf4d9a 100644 --- a/modules/versions/versions.py +++ b/modules/versions/versions.py @@ -364,6 +364,7 @@ def remove_unwanted_files(extract_dir): "techniques.html", "full-coverage.html", "macro-technique-refinement.html", + "emoji-technique.html", ] for rel_path in targets: target_path = os.path.join(extract_dir, rel_path) diff --git a/modules/website_build/static_pages/emoji-technique.md b/modules/website_build/static_pages/emoji-technique.md new file mode 100644 index 00000000000..53aa8a51eb7 --- /dev/null +++ b/modules/website_build/static_pages/emoji-technique.md @@ -0,0 +1,3 @@ +Title: Fake Technique +Template: general/emoji-technique +save_as: emoji-technique.html diff --git a/website-banner.production b/website-banner.production index e69de29bb2d..f2226f65a93 100644 --- a/website-banner.production +++ b/website-banner.production @@ -0,0 +1 @@ +πŸŒπŸ›œπŸ‘ƒ Coming soon: an emoji translation of ATT&CK. Check out an example emoji-translated technique here. \ No newline at end of file