Skip to content

Commit

Permalink
Merge pull request #16 from huntresslabs/dev
Browse files Browse the repository at this point in the history
add supermailer, add appid to template
  • Loading branch information
HuskyHacks authored Aug 23, 2024
2 parents 0255066 + b6ab2c0 commit 6609b21
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ assignees: ''
* **Contributor Name:** [your name, research group name, or handle]
* **RogueApp Name:** [the name of the RogueApp]
* **RogueApp ID**: [the application ID]
* **RogueApp Description:** [the description of the RogueApp and the summary of how it is used maliciously.]
* **App Owner Organization ID:** [the ID of the organization that owns the RogueApp]
* **App Publisher Name:** [the name of the publisher of the RogueApp]
Expand Down
61 changes: 61 additions & 0 deletions public/rogueapps.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,66 @@
"mitreTTP": [],
"contributor": "Huntress Research Team",
"dateAdded": "2024-08-14"
},
{
"appId": "a245e8c0-b53c-4b67-9b45-751d1dff8e6b",
"appDisplayName": "Newsletter Software Supermailer",
"appOwnerOrganizationId": "unknown",
"appPublisherName": "unknown",
"appPublisherId": "unknown",
"description": "Software used for email mass mailing, often abused to send phishing emails. Requires administrator consent to use with Microsoft365, which then allows the application to send from any mailbox within the tenant.",
"permissions": [
{
"resource": "Microsoft Graph",
"permission": "Contacts.Read",
"type": "Delegated"
},
{
"resource": "Microsoft Graph",
"permission": "Mail.Read",
"type": "Delegated"
},
{
"resource": "Microsoft Graph",
"permission": "Mail.Send",
"type": "Delegated"
},
{
"resource": "Microsoft Graph",
"permission": "offline_access",
"type": "Delegated"
},
{
"resource": "Microsoft Graph",
"permission": "Mail.Read",
"type": "Application"
},
{
"resource": "Microsoft Graph",
"permission": "Mail.Send",
"type": "Application"
},
{
"resource": "Microsoft Graph",
"permission": "Contacts.Read",
"type": "Application"
}
],
"tags": ["BEC", "spam", "phishing"],
"references": [
"https://int.supermailer.de/",
"https://www.darkreading.com/endpoint-security/supermailer-abuse-email-security-super-sized-credential-theft",
"https://trustifi.com/blog/what-is-a-supermailer-email-phishing-attack/",
"https://darktrace.com/blog/business-email-compromise-to-mass-phishing-campaign-attack-analysis",
"https://www.linkedin.com/posts/damien-miller-mcandrews_businessemailcompromise-activity-7231350791607881732-UAWJ?utm_source=share&utm_medium=member_desktop"
],
"mitreTTP": [
"T1583.006",
"T1566",
"T1588.002",
"T1657"
],
"contributor": "Syne0",
"dateAdded": "2024-08-23"
}
]

0 comments on commit 6609b21

Please sign in to comment.