Resource Development (TA0042) Techniques
1. T1583.001 - Acquire Infrastructure: Domains
DeviceNetworkEvents | where RemoteUrl contains_any ("godaddy.com", "namecheap.com", "domains.google") | project Timestamp, DeviceName, RemoteUrl, InitiatingProcessAccountNameDeviceNetworkEvents | where DNSQueryType == "A" and RemoteUrl endswith_any (".xyz", ".top", ".club") // Example TLDs often used in attacks | project Timestamp, DeviceName, RemoteUrl, InitiatingProcessAccountNameDeviceNetworkEvents | where RemoteUrl endswith_any (".biz", ".info", ".pw") // Example TLDs often used by attackers | project Timestamp, DeviceName, RemoteUrl, InitiatingProcessAccountNameDeviceProcessEvents | where ProcessCommandLine has "whois" and ProcessCommandLine has_any ("-h", "--host") | project Timestamp, DeviceName, ProcessCommandLine, InitiatingProcessAccountNameDeviceNetworkEvents | where RemoteUrl contains "admin" and RemoteUrl contains "dns" | project Timestamp, DeviceName, RemoteUrl, InitiatingProcessAccountName2. T1583.002 - Acquire Infrastructure: Server
3. T1584.001 - Compromise Infrastructure: Domains
4. T1588.002 - Obtain Capabilities: Tool
5. T1584.002 - Compromise Infrastructure: Server
6. T1585.001 - Establish Accounts: Social Media Accounts
Last updated