YARA - FOLLOWING FALLCHILL'S E8 CALL

2022-07-31 Xorhex

https://blog.xorhex.com/blog/yarafollowingfallchills_e8_call/

Thumbnail for YARA - FOLLOWING FALLCHILL'S E8 CALL

Xorhex uses an x86 FALLCHILL sample to demonstrate a YARA technique for resolving a near relative 0xE8 call target during malware hunting. The article explains that the called function address is calculated by adding the signed displacement in the call instruction to the address of the following instruction, then shows how YARA’s int32(), match offset, and match length operators can reproduce that calculation. The finished rule looks for the FALLCHILL call-site byte pattern and checks for an additional compare instruction near the resolved function, giving analysts a way to express control-flow-aware detection logic rather than relying only on static byte strings.

Indicators of Compromise

Type Value First Seen Last Seen
YARA follow_the_fallchill_call 2022-07-31 2022-07-31
HASH d8af45210bf931bc5b03215ed30fb73… 2018-06-22 2022-07-31

Related Reports

« Back