Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional domains for known IP obtaining services #867

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions collection/network/capture-public-ip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ rule:
namespace: collection/network
authors:
- "@_re_fox"
- "still@teamt5.org"
scopes:
static: function
dynamic: thread
att&ck:
- Discovery::System Network Configuration Discovery [T1016]
examples:
- 84f1b049fa8962b215a77f51af6714b3:0x100061e5
- 6d952a7e66bc63b72c9a3d10ef28e3f2
Still34 marked this conversation as resolved.
Show resolved Hide resolved
features:
- and:
- api: InternetOpen
Expand All @@ -28,3 +30,10 @@ rule:
- substring: "wtfismyip.com/text"
- substring: "api.myip.com"
- substring: "ip-api.com/line"
- substring: "ip.tool.chinaz.com"
- substring: "1234i.com"
- substring: "ip138.com"
- substring: "myip.com.tw"
- substring: "taobao.com/help/getip.php"
- substring: "chaipip.com"
- substring: "sojson.com/ip"
Loading