sigma |
proc_creation_win_false_sysinternalsuite.yml |
- '\whois.exe' |
DRL 1.0 |
malware-ioc |
misp-badiis.json |
"description": "Adversaries may purchase domains that can be used during targeting. Domain names are the human readable names used to represent one or more IP addresses. They can be purchased or, in some cases, acquired for free.\n\nAdversaries can use purchased domains for a variety of purposes, including for [Phishing](https://attack.mitre.org/techniques/T1566), [Drive-by Compromise](https://attack.mitre.org/techniques/T1189), and Command and Control.(Citation: CISA MSS Sep 2020) Adversaries may choose domains that are similar to legitimate domains, including through use of homoglyphs or use of a different top-level domain (TLD).(Citation: FireEye APT28)(Citation: PaypalScam) Typosquatting may be used to aid in delivery of payloads via [Drive-by Compromise](https://attack.mitre.org/techniques/T1189). Adversaries can also use internationalized domain names (IDNs) to create visually similar lookalike domains for use in operations.(Citation: CISA IDN ST05-016)\n\nDomain registrars each maintain a publicly viewable database that displays contact information for every registered domain. Private WHOIS services display alternative information, such as their own company data, rather than the owner of the domain. Adversaries may use such private WHOIS services to obscure information about who owns a purchased domain. Adversaries may further interrupt efforts to track their infrastructure by using varied registration information and purchasing domains with different domain registrars.(Citation: Mandiant APT1)", |
© ESET 2014-2018 |
atomic-red-team |
index.md |
- T1596.002 WHOIS CONTRIBUTE A TEST |
MIT License. © 2018 Red Canary |
atomic-red-team |
index.md |
- Atomic Test #14: whois file download [linux, macos] |
MIT License. © 2018 Red Canary |
atomic-red-team |
linux-index.md |
- T1596.002 WHOIS CONTRIBUTE A TEST |
MIT License. © 2018 Red Canary |
atomic-red-team |
linux-index.md |
- Atomic Test #14: whois file download [linux, macos] |
MIT License. © 2018 Red Canary |
atomic-red-team |
macos-index.md |
- Atomic Test #14: whois file download [linux, macos] |
MIT License. © 2018 Red Canary |
atomic-red-team |
T1105.md |
- Atomic Test #14 - whois file download |
MIT License. © 2018 Red Canary |
atomic-red-team |
T1105.md |
## Atomic Test #14 - whois file download |
MIT License. © 2018 Red Canary |
atomic-red-team |
T1105.md |
Download a remote file using the whois utility |
MIT License. © 2018 Red Canary |
atomic-red-team |
T1105.md |
| output_file | Path of file to save output to | Path | /tmp/T1105.whois.out| |
MIT License. © 2018 Red Canary |
atomic-red-team |
T1105.md |
timeout –preserve-status #{timeout} whois -h #{remote_host} -p #{remote_port} “#{query}” > #{output_file} |
MIT License. © 2018 Red Canary |
atomic-red-team |
T1105.md |
##### Description: The whois and timeout commands must be present |
MIT License. © 2018 Red Canary |
atomic-red-team |
T1105.md |
which whois && which timeout |
MIT License. © 2018 Red Canary |
atomic-red-team |
T1105.md |
echo “Please install timeout and the whois package” |
MIT License. © 2018 Red Canary |