Finally finished v0.3 of ๐ฆpyMalleableProfileParser ๐ฅณ
- Complete overhaul of code base
- You can now validate Malleable Profiles (4.0+)
Upgrading is fairly easy:
pip3 install --upgrade pyMalleableProfileParser
Source: https://t.co/gvZuykMpjx
#CobaltStrike
Good morning ๐บ๐ธ
I caught up on my beauty sleep, the team put out an excellent write up of the axios ๐๏ธ๐ฅ: https://t.co/ajdbHrEfBX
Dangling threads I'm monitoring:
- Reporte bug in the linux payload (@N3mes1s)
- DPRK attribution (@DefSecSentinel)
- Addt'l infra (@InvictusIR)
๐๐๐๐ ๐น๐ฎ๐๐ป๐ฐ๐ต๐ฒ๐ฑ ๐ฎ๐๐ฒ๐๐ผ๐บ๐ฒ-๐ฑ๐ณ๐ถ๐ฟ-๐๐ธ๐ถ๐น๐น๐ ๐๐ถ๐๐ต @fr0gger_ !
Designed to save time during investigations and everyday DFIR tasks
Thomas has built an excellent malware triage skill, and Iโve added a couple of timeline analysis skills to help you get started. Feel free to contribute and use these skills to save a ton of time, like we already do.
https://t.co/HbT67gyVbb
Learn about skills:
- https://t.co/Wj9yZwv80U
- https://t.co/PVqnvOPdNb
Threat cluster is performing wide net phishing campaigns targeting Okta users for big game hunting. Instead of targeted phishing campaigns with company branded Okta phishing sites, the cluster is leveraging a generic Okta login page to simplify operations:
okta.login-enterprisesso[.]com
okta.login-request[.]com
sso-accountservices[.]com
Tracking a phishkit that is leveraged by a cluster under "the comm":
(hash:"1aa9ba7cd3843882cfa388e92424c114524a3bcecd93eb7d4bd769a410589fc4" OR hash:"8fefa240ca7765401b4a08ab87fab4b2521c9339ef540a700fefbfc2e94850a3")
AND NOT page.domain:https://t.co/RQiv3LPRdb
https://t.co/apQ9fEZ176
Censys Query
same_service(services.telnet.banner="xlogin:" and services.port: 7777) and https://t.co/whuszO3spc.vendor=`TP-LINK` and services.port: 11288
There is an interesting http service located on
18.194.131[.]106:80
Shares the same characteristics of a C2 listener attributed to APT28 by @_CERT_UA. However, they typically drop SSH on a non-standard port.
Anyone else with insights drop a DM.
If youโre running Splunk enterprise and donโt have it behind a corp VPN/SDP update ASAP!
(Still update regardless of course)
https://t.co/dprMpdJmdJ
How does one distinguish generated self-signed certificates for Sliver and Havoc? ๐
Havoc copied sliver's v1 cert generator but there is a key difference in the process. Sliver only fills in the subject DN whereas havoc fills in both the issuer and the subject with the same DN.
One could filter for this in @censysio using the following query:
same_service(services.tls.certificates.leaf_data.subject_dn="C=*, ST=*, L=*, street=*, O=*, CN=*" and not services.tls.certificates.leaf_data.issuer: *)
Note: The wildcard will catch the possible postal code RDN.